It’s been a week since I tested, as a consultant, the new multi-timeframe features coming soon for ProBacktest / ProOrder. I admit to being really pleasantly surprised by the capabilities of this long-awaited feature. Of course, I came across some small questions about its operation, which could be due to its unfinalized version or to my misinterpretation of its behavior with respect to various scenarios. Because yes, indeed, to use several temporal dimensions require an intellectual gymnastics which can sometimes cause trouble in the developments. In short, we will have to deal with it, manage both the information of indicator data in higher timeframes, which have sometimes not yet been frozen by the closing of a candle and the management of our orders in consequence, which are managed by the Close the timeframe “default”, as is the case for example with the screeners. Same as ProScreener, this is the TIMEFRAME statement that will now be usable for automatic trading. So far, I made various tests, I will show you how it goes (not so hard to understand for our fellow coders around here 🙂 ). This is what a multitimeframe strategy code looks a like: [crayon-5b6ab8ffd8f94649362271/] This basic strategy uses: A Simple Moving Average 100 periods from the 1 hour timeframe (at Close) Smoothed Heikin Ashi from a 15 minutes timeframe (in real time) Stochastic of the default timeframe (at Close) Takeprofit/Stoploss values from an ATR calculated in the 15 minutes TF Trading decisions and orders management in the default timeframe, which is the 5 minutes in this example The GRAPH instruction is your new friend! 🙂 If you are interested, I will be able to test some codes that you want to post, or to share ideas that I can code myself. This will allow me to familiarize myself with the use of this new tool, but also why not, hunt for bugs, testing as many scenarios as possible. July 25th EDIT: the MTF functionalities are now available through IG and PRT sponsored for demo accounts. A short video made by PRT about the new engine and the MTF capabilities: I also made a blog post to explain what you can expect and what you can now do with MTF: First approach to multi timeframe trading with ProRealTime August 8th EDIT: documentation is updated, see here: TIMEFRAME (ProBacktest / ProOrder)