Reply

Curious warning about MT4 multi-time-frame

3 replies

bentra

Customer, bbp_participant, community, sq-ultimate, 22 replies.

Visit profile

5 years ago #236451

//+——————————————————————+
//|!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!+
//| IMPORTANT – BACKTESTING ISSUE IN MT4 DETECTED WITH THIS EA !
//|
//| Your strategy contains multiple charts, or multi-symbol / timeframe
//| blocks or indicators – an example is Open Daily, Low Daily, etc.
//|
//| MetaTrader 4 Strategy Tester doesn’t support multi-TF or multi-symbol
//| strategies, so this strategy will be not backtested correctly.
//|
//| MT4 supports trading of such strategies, but not their backtesting,
//| unfortunately there is no known way to backtest these strategies in MT4.
//|!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!+
//+——————————————————————+

I have been back-testing and creating multi-timeframe EA for mt4 without issues for as long as I can remember. Multi-symbol does not work but multi-time frame works fine….. Getting daily high low close or indicator readings from any time frame works fine etc for back-testing….. Something specific you guys aren’t able to get working? I might be able to help.

May all your fits be loose.


https://www.darwinex.com/darwin/SUG.4.2/

0

Karish

Customer, bbp_participant, community, sq-ultimate, 443 replies.

Visit profile

5 years ago #236454

+1, I already wrote them in one of the Tasks that MT4 obviulsly supports Multi-TF backtesting however NOT Multi-PAIR backtesting.

 

i dont know where the DEV team got the idea that Multi-TF is not supported in MT4 :/

 

this is easly done by using the command “Period()” – https://docs.mql4.com/check/period

 

Note:

MT4 = [We CAN Backtest Mutli-TFs strategies] [We CANNOT Backtest Multi-PAIRs Strategies]

MT5 = [We CAN Backtest Mutli-TFs strategies] [We CAN  Backtest Multi-PAIRs Strategies]

0

bentra

Customer, bbp_participant, community, sq-ultimate, 22 replies.

Visit profile

5 years ago #236519

If I recall correctly some times a check to make sure we have the data returned properly (In some cases it doesn’t at first but begins working after some time) was necessary and sometimes specifying the “main tf” of the strategy in the code but selecting smaller (m1) data/chart was also necessary.

I have yet to run in to something impossible as far as fully functioning perfectly mtf for mt4 backtesting goes.

May all your fits be loose.


https://www.darwinex.com/darwin/SUG.4.2/

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

5 years ago #236535

Hello,

this will be reviewed. As Karish mentioned, you can even backtest mtf strategies in MT4

0

Viewing 3 replies - 1 through 3 (of 3 total)