Quote from jychiu:
This is just another pattern described in the book, n-Bar Rallies / Decliens Pattern.
The n-Bar Declines build up on new-lows setup (at least 3 new lows successively). Vice versa for the rallies. For more detail refer to the book.
Please see some of the signals in the Friday NQ 1000 share volume chart morning session.
http://img132.imageshack.us/img132/2081/nqvolume1000071221anbarcw5.jpg
suri are these signal setup valid ?
Any one observing and trade this pattern ?
suri book has 56 patterns, I am just looking some chart setup that is applicable for the short term duration, say within the next 10 bars.
Just looking at the Friday chart patterns, there are already several chart patterns applicable. So you could see the power of the book !
Chiu
That's another pattern I' ve been using while I was trying to "catch" the best piscuy pivots.
I actually have a code in Amibroker that draws a dot above/below each candle signaling this pattern
-----------------------------------
Another super simple code I'm using lately is one that signals a bar with H <= H-1 AND L >= L-1, basically it signals a bar with an equal or smaller range than the
previous bar.
In an established up/down trend, often this bar signals a pause and continuation of the trend.
Entering in direction of the trend using the high/low of this bar as the trigger and the other end of the bar as the stop seems a doable scalp strategy.
2 reasons why it seems to work well:
1) In an established trend, this bar is like a micro consolidation, you usually see volume drying up, and the following Break Out is often good for a microscalp.
2) Since it's often a small bar, the stop below/above/ the same bar is very small compared to the current volatility.
Keep in mind I'm still studying it.