holistic concpet of 3 indicators – DMI + ADX + PAR
should give a high hit rate.
we need an UP Trend, with strong Trend dynmic and a pro cylcic breakout pattern.
the target is the same length from the low to the breakout – par is the dynamic stop loss.
for indicator lover a nice bread and butter system.
c1= Average[40](close*volume) > 3000000
c2 = ADX[14]
c3 = DIplus[14](close) > DIminus[14](close)
c4 = c2 >= 25
c5 = close[1] < SAR[0.02,0.02,0.2][1]
c6 = close > SAR[0.02,0.02,0.2]
SCREENER[c1 and c3 and c4 and c5 and c6](c2 as "adx")