New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
10/20/50 MA within 1.5% scan

in Scanning
I think I am getting close with this:
[type=stock]
and [country = us]
and [SMA(20,close)> 1.00]
and [SMA(20,volume)> 100000]
and [close >= sma(50,close)*0.99]
and [close <= sma(50,close)*1.01]
and [close >= sma(10,close)*0.99]
and [close <= sma(10,close)*1.01]
and [close >= ema(20,close)*0.99]
and [close <= ema(20,close)*1.01]
Does anyone have any other parameters to show the convergence of the 3 moving averages all within 1.5% of each other, including price. This is a kind of TTM squeeze I search for.
[type=stock]
and [country = us]
and [SMA(20,close)> 1.00]
and [SMA(20,volume)> 100000]
and [close >= sma(50,close)*0.99]
and [close <= sma(50,close)*1.01]
and [close >= sma(10,close)*0.99]
and [close <= sma(10,close)*1.01]
and [close >= ema(20,close)*0.99]
and [close <= ema(20,close)*1.01]
Does anyone have any other parameters to show the convergence of the 3 moving averages all within 1.5% of each other, including price. This is a kind of TTM squeeze I search for.
0
Comments
-
I think you want to choose one value as an "anchor" - that is, something all other values are within 1.5 % of.
Probably the logical candidate for the anchor is the close. So, test whether each MA is within 1.5% of the close:
and [sma(10, close) <= close * 1.015]
and [sma(10, close) >= close * .985]
and [ema(20, close) <= close * 1.015]
etc.
But, you could experiment with any of the MAs as the anchor and see which works best. I would guess the 50. The close and the two shorter MAs would converge more frequently even when they are not near the 50 because shorter MAs turn faster (so they cross or get nearer the close more often). So it's really about the close getting near the 50.0 -
awesome thanks! I'll try this0
Categories
- All Categories
- 2.3K StockCharts
- 395 SharpCharts
- 146 Other Charting Tools
- 69 Saved Charts and ChartLists
- 1.5K Scanning
- 73 Data Issues
- 177 Other StockCharts Questions
- 218 Technical Analysis
- 155 Using Technical Analysis
- 2 InterMarket and International
- 19 Market and Breadth Indicators
- 42 Market Analysis
- 109 Trading
- 109 Trading Strategies
- 163 S.C.A.N the StockCharts Answer Network forum
- 65 Using this StockCharts Answer Network forum
- 98 s.c.a.n. archives
- 5 Off-Topic
- 6 The Cogitation & Rumination Emporium
- Forum Test Area