@jumbo2k7 Please don’t call me sir, I am a learner like everyone else
On point no. 2, this can happen only if the high was broken on the 0 candle if we are comparing with -1 candle. The reason is we cannot use a variable to refer back to the trading/signal candle. e.g. it was possible if in my ORB keyword we could use a variable to define time.
There however is a complicated way to do it. If you were trading at 10 min candle and if you wanted to look for next 6 candles for this to happen you can create a series of check points like below:
This compares the same cross on 2 candles, you can keep creating more conditions at -3, -4…-n
Now for the exit at low of that particular candle, you will need to create a further complicated candle that finds the timing of the cross and timing of the trade. In this case, you will need to create n-1 conditions, post which you can simply use low of Donchian.
The above description sounds very complex but it is more laborious than complex. An easy way could be if Tradetron could introduce variables to define periods or time., e.g. variable time perious for Donchian or ORB @umesh @UmeshRanglani @vikram.bajaj