Streak Scanner question - Day High Breakout

Greetings,

New to Streak and using the Scanner to look for stocks (intraday) whose Last Price is very close to (0.998 *) the current Day’s High Price AND whose day volume >= 300,000.

To this end, I have created a scan with the following:

Scan on: Nifty 100; Time Frame: 1 Day; Chart Type: Candlestick

Close(0) higher than equal to ( 0.998 * High(0) )
AND Volume(0) higher than equal to 300000

Would this scan be correct for my use case, or should I change something? Any help would be appreciated.

@Streak

1 Like

Hi @bigzombie

Current day’s High price requires an indicator which is under development and would be released soon. Currently this cannot be implemented.

1 Like

Thank you very much for the response. Much appreciated.

Could you please share how to find current day high in streak?

Hi @Ravikumar_S,

Please elaborate on your requirement, till what time do you want to find the day High?

My req is, if 5 min candle closes above current day high, then buy. Similarly vice versa for sell.

Hi @Ravikumar_S,

Please note that current day’s high cannot be defined until the last candle of the day has completely closed. This is because the day’s high could be made on the last candle of the day itself.

However, if you want that the current candle close crosses above high made within a certain time of the day, for example - in the first 3 hours of the day, then this can be created in Streak.

Here is a sample of the condition