Dear Team,
Its a little confusing for me how to code create an algo strategy within a 5 min timeframe on Nifty / Banknifty Spot Price.
Here is the strategy that i’m trying to implement in a 5 min timeframe
- Market Open @ 9.15
- Wait for the 1st 5min Candle to complete
- Let the 2nd 5 Min Candle Complete
- Mark the High and Low for the 2nd Candle
<<>>
if the next candle breaches / crosses over the high of the 2nd Candle by +1 and the 2nd Candle size /range should not be more than 40pts
=>> Execute CE buy order @ ATM
=>> With a Target of 50 pts and SL of 30 Pts
<<>>
if the next candle breaches / crosses below the low of the 2nd Candle by +1 and the 2nd Candle size /range should not be more than 40pts
=>> Execute PE Buy order @ ATM
=>> With a Target of 50 pts and SL of 30 Pts
Can you please help me build this logic on Streak ?