So, while trading intraday using a 15 min candlestick chart.
I want to buy when open of the current candle is greater than the previous close.
How do i write an algo for that?
I tried opening range (open, 15) > previous close and it isn’t working.
By the way, does open mean market open or open of the current 15 min candle?
Help is appreciated.
Streak
January 13, 2019, 7:59am
2
Hi @Meta_Human ,
This can be done by just saying “open is higher than prev close”
What this does is looks at the open price for days first 15min candle is higher than the previous candle’s close.
Open means the candle open of the candle interval you select on the top.
Opening range lets you specify the opening range for the day, mostly use of opening range break out strategies.
Hope this helps.
1 Like
I want to entry in every candle opening price and exit same candle closing price. what code i use for it?
Intra candle execution is currently not possible since Streak uses OHLC data for generating triggers and not LTP. You can read more in this thread
Hi @sarang_palpattuwar
You can use the Multi-timeframe function to deal with multiple different timeframes. Note that the lowest timeframe available is 1 min. Opening range allows higher timeframe which will allow you to create strategies based on higher timeframe candle than 1 min
Price action strategies are essentially dependent on patterns and not LTP. Even if you trade using a 15min chart you can create good profit-making strategies. Having said that if your SL is getting triggered easil…
How to use darvas box indicator ?
Streak does not support Darvas box. You will get a list of supported indicators here: https://help.streak.tech/indicators/