Please help me out here…
In the Scanner -
I am trying to find out the high of the last 100 days period.
"High(0) crosses above Period max(100, High(-1) ) " - This brings me the stocks which - Current Candle crossed last 100 days high
if i want to scan for the pervious candle (-1) crossed the 100 days high - can i use this condition
High(-1) crosses above Period max(100, High(-2) )
yes, the condition is correct and as per your requirement description.
Thank You @Vasu_patel
can you please tell me why there is a different in the results ?
My multitime frame is in day for both the conditions
Scan for Multitime frame(day, High(-1) crosses above Period max(100, High(-2) ) ) on 15 Minute candles using candlestick chart
55 Scan results
Scan for Multitime frame(day, High(-1) crosses above Period max(100, High(-2) ) ) on Daily candles using candlestick chart
25 Scan results