Screening Filters
moving_average_relationship: PriceBelowMA200
- Purpose: Finds stocks whose current price is below their 200-period moving average.
- Rationale:
- You asked for “tech stocks under 200 moving average.”
- In screening tools, this is typically interpreted as “price below the 200‑day moving average” (a long-term trend indicator).
PriceBelowMA200 directly implements this by only returning stocks trading below that long-term average, which usually indicates they are in a longer-term downtrend or at least below their established price trend.
sector: Technology
- Purpose: Limits the universe to technology companies.
- Rationale:
- You specifically requested “tech stocks,” so we restrict results to the Technology sector.
- This excludes non-tech names (industrials, healthcare, financials, etc.) so the results align with your focus on the tech space.
list_exchange: ['XNYS', 'XNAS', 'XASE']
- Purpose: Restricts results to stocks listed on major U.S. exchanges:
- XNYS = NYSE
- XNAS = NASDAQ
- XASE = NYSE American (formerly AMEX)
- Rationale:
- These exchanges contain the bulk of widely traded, more liquid U.S. tech stocks.
- Filtering to these venues helps avoid very illiquid OTC or foreign listings that may be harder to trade or analyze.
Why Results Match Your Request
- “Tech stocks”: Addressed by the Technology sector filter and U.S. major exchanges filter, keeping you in mainstream tech names.
- “Under 200 moving average”: Addressed directly by
PriceBelowMA200, which selects only those tech stocks with current price below their 200‑period moving average.
So the filters used do match your request for tech stocks trading under their 200 moving average.
This list is generated based on data from one or more third party data providers. It is provided for informational purposes only by Intellectia.AI, and is not investment advice or a recommendation. Intellectia does not make any warranty or guarantee relating to the accuracy, timeliness or completeness of any third-party information, and the provision of this information does not constitute a recommendation.