Current High is higher then previous high + 10 Rupees

I want to enter in market price if the current handles high is higher than previous candles high + 10 Rupees (points)
EG: IF previous candles High is 17510.5 , I want to order when the current candles high touches 17520.5 . It there any option like high(0) > (high(-1)+15.0) . Please help.

Hi @nisha

Refer to the below image for your condition.

image

Please note that in Streak, entries and exit triggers are generated after the candle matching your condition closes and not on an LTP basis. This is because Streak uses OHLC data to calculate indicator values and this data is only available after a candle closes.

Hope this helps.

Thanks. Actually I want when the candle close , I need open a trade with price previous candles high + 10. So when the current candle close, same time trigger an order with high [-1] +10( that means when new candle is starting our condition candle become previous candle) . So when Ever the price touch. order will fireā€¦ is such idea will workout in streak. please