Open = low open = high

Can we implement the OHL strategy automation.

After opening the market OHL orders should be placed in market with target and stop loss.

Yes, it can be implemented, infact I have done it :slight_smile:

Hi sir,
Could you please help me how to implement this.
Please give me your mobile number so i will contact you.

Hi sir,
Please provide me your contact details or Please call me on 9949394759

you can call me 7025438834(after market hours) or mail: [email protected]

OHL is a simple implementation. Can be done easily. If you are looking for custom coding this algo for live trades you may want to contact me. I can help you by building a tool independent of streak, provided you have Zerodha API access. I can back test this too with 1 year data that I am having right now. 9874795959

Hi,
I also want to implement this open=low and high strategy in streak can anyone help me to set up.

Certainly! You need to create a separate strategy for long and short. You can set the below condition mentioned in Streak for implementing short OHL strategy. Assumed 15 min timeframe, you can change it as per your requirement.

Entry: Opening Range (Open, 15min) equal to Opening Range (HiGH, 15 min)
Candle interval: 1 min.

What this will do is after the first 15 min, Streak will check every 1 min, whether the above condition is true or not. Hope this helps.

1 Like

Hey, I want to code a buy if a candle crosses the day high made by 9 20 at 1 min interval. What should be the code for this?
Also how do I add the condition of bid and offer volume of the day?