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.
Consolidation
Comments
-
Patterns are very hard to get right because they take different amounts of time and range to unfold.
For yours, I think I would do something like
[group is sp500] // or your choice of universe
and [max(20, high) > max(20, sma(50, close))] // recent best high is above the 50 sma
and [min(10, low) < max(10, sma(50,close))] // more recent lowest low is below the 50 sma
and [Fast Stoch %K(20,1) > 30]
and [Fast Stoch %K(20,1) < 70] // current price between 30-70 percent of last 20 days range
I don't have my charts set up for these parameters, but the results look OK. With pattern scans you usually get some that are just what you want, and quite a few that aren't. If you get enough that are what you want, it's not worth the time to tweak the scan very much. As the market changes, you will want to tweak it again and then again, and so on.
If you get too many hits, you can limit the universe. Maybe
and [SCTR > 80]
or something likely to get better quality hits - i.e. stocks that are already moving. That line would go right below [group is sp500].
0 -
Thank you markd...brilliant !work0
-
@Teknical
Re-reading this, I think it should include a line to insure that the 50 ma is rising. Almost everything is right now but that can change. So I would add
and [sma(50, close] > 20 days ago sma(50,close)]
above the line
and [max(20, high) > max(20, sma(50, close))] // recent best high is above the 50 sma
0 -
Thank you for updating0
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