Inside Bar break strategy

Hello @Streak Team

I am looking for an algo to run in streak were at 1st 15 min Candle, buy it its above 50MA & vice versa for sell. Please help.

Also would like to add SL has candle high

Thank you.

Hi @Darshan_BT,

For the long strategy, you can create a condition like

Entry: Opening Range(Open, 15 min) higher than 50 SMA

Opening Range is used to refer to the days first candle. Similarly you can use the same approach to create the short strategy.