Page 1 of 1

Multi timeframe EA backtesting in MT4

Posted: Sat Nov 14, 2015 11:17 pm
by sunny
My EA use H4 and D1 time frame.

I have already downloaded the tick data and export the H4 and D1 data into my MT4.

But I don't know how to use both data to backtest in the strategy tester?

Re: Multi timeframe EA backtesting in MT4

Posted: Sun Nov 15, 2015 7:49 am
by tickstory
Hi Sunny,

Back-testing is performed as per usual - select the time-frame in the Strategy Tester (eg. H4) and it will use that time-frame to back-test your strategy.

Hope this helps.

Re: Multi timeframe EA backtesting in MT4

Posted: Sun Nov 15, 2015 9:56 am
by sunny
So I just select the lower timeframe in tester and test as usual that's it? It will automatically read the higher timeframe data?

Re: Multi timeframe EA backtesting in MT4

Posted: Sun Nov 15, 2015 10:58 am
by tickstory
That's it! Once you have exported data with Tickstory, it will have automatically embedded the tick data. When you test in your selected time-frame, it will automatically use the tick data. All the indicators your EA uses will work in the time-frame that has been selected.

Re: Multi timeframe EA backtesting in MT4

Posted: Sun Nov 15, 2015 11:06 am
by sunny
wow I didnt know that, that is very helpful!!

Last question, Is there a way I can tell it is backtesting properly and using both tick data?

Re: Multi timeframe EA backtesting in MT4

Posted: Sun Nov 15, 2015 11:49 am
by tickstory
Sure - Just check that you are getting 99.9% modelling quality on your back-test report. This denotes that you are correctly using Tickstory exported data (and that you have correctly followed all the steps such as launching MT4 via Tickstory, etc).