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.
Please explain Breakaway Gap Up
Best Answers
-
https://chartschool.stockcharts.com/table-of-contents/overview/technical-analysis-101/ta-101-part-15
This link might help.
It seems the first line in your quoted code is meant to capture price recovering from an "extended" decline.
The second line is meant to capture a "real" breakaway, versus a gap that might be more common for stocks that are traded overnight, that might represent just a continuation of a smaller move.
It's interesting to a swing trader because the breakaway gap is supposed to represent a real change of attitude toward the stock (that's what the big volume should represent), so a significant up leg should follow.
The breakaway bar should be accompanied by much higher volume. I'm surprised that's not included here. You could run the pre-defined scan against past dates and look for a good volume level to separate the better follow up legs. Maybe something like
and [volume > sma(20, volume) * 1.5]
or maybe * 3, * 4, * 5. Some research should point you toward a good number.
You could also look at price versus its at least mid-length MA, and the MA itself. Again your chart research will tell you. You could look for price above its mid length MA, where the MA has been falling. So maybe
and [close > sma(50, close)]
and [sma(50, close) < 100 days ago sma(50,close)]
You'll probably want to play with the 100 day parameter.
0 -
Thanks markd, good points and lots of tests to do!0
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