Taking trade at opening time and opening price

Hello @Streak ,

I wish to take a buy certain stocks at opening price exactly at 9:15 AM,approximately in opening price and book a profit of 1% or 2% as per my wish.
Is it possible to design this in streak?
If yes please guide me

Hi @Sarath_Kumar

Please note that Streak generates triggers only after the closing of the candle. This is because Streak uses the OHLC data to calculate the indicator value and this data is only available after the candle closes.

Thus, your requirement i.e. to enter exactly at 9:15 is not possible currently. The earliest that you can enter is at 9:16 by keeping the base timeframe as 1min and writing the condition Close(0) higher than 0.

Hope this clarifies.