Hello Streak Team,
In strategy, in 5 min chart, I wanted to get if last 5 min candle of previous day is green and is near SMA(200). How to obtain this information?
Thanks in advance.
Hello Streak Team,
In strategy, in 5 min chart, I wanted to get if last 5 min candle of previous day is green and is near SMA(200). How to obtain this information?
Thanks in advance.
this requires Offset for Nth candle which is currently not possible. However, the feature would be added soon.
If you want to perform the same scan on the previous day’s close price (1day timeframe), you can do this currently
Thanks @Krishnendu
Any possibility of using multitime frame completed inside another multitime frame completed to achieve this?
E.g.
multitime frame completed(day, multitime frame completed(5min, nth candle(High,5min,75) higher than SMA(200)
If not, going forward, which function would cater this by having offset to Nth candle?
No MTf will not solve the issue, unfortunately.
No function, only offset for Nth candle in required.
Thanks. Looking forward for Nth candle functionality to be released soon.