Add 30s time frame

Created at 27 Sep 2023, 03:31
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
RI

Add 30s time frame
27 Sep 2023, 03:31


Hello

Please add lower time frame like 30 second

ICT Son's Model need trade on 30 second time frame.

Thank You


cTrader
@rickywong19922005@gmail.com
Replies

jim.tollan
09 Oct 2023, 19:21

I'm not saying it would be straightforward, but you could use a T1 timeframe object and construct an OHLC dataset from the onTick event (adding to your 30 second collection by only populating on mod % second 30 or whatever).

This would be a starting point. Obviously, you'd need to create an OHLC class and collection wrapper, but with a bit of patience, I think you'd be able to use this approach, especially if using in code (tho of course, you could use it in an indicator too).

Just my 2c and with literally 30 seconds of thought spent on the problem :D


@jim.tollan