Streak- Current price

Hi,
I am using streak to create strategy. I would like to know if it is possible to get the current price from market.
Ex. For a condition if “Current price is Rs.10/- Higher than OPEN”. Is there any alternate way to achieve this kind of condition using streak

Thanks in advance

@Streak can you.

Streak uses OHLC to send triggers and not LTP. So you can create a condition like
Timeframe: 5min
Close(0) higher than Opening Range (Open, 5min)

This would check if the current 5min candle close is higher than the days Open price and send a notification.

1 Like

Thanks @Krishnendu for your help!