
Testing Features and Limits in MetaTrader 4
Introduction
This article allows to find out more about features and limits of Strategy Tester in MetaTrader 4.
Special Features of Testing Strategies on History Data- Some functions are processed/passed without output
These are Sleep(), Alert(), SendMail(), PlaySound(), MessageBox(), WindowFind(), WindowHandle(), WindowIsVisible()
- Trading is permitted for the symbol under test only, no portfolio testing
Attempts to trade using another symbol will return error
- Lot sizes including initial size and increment step, commissions and swaps should be taken from the active account settings
Before testing, it is necessary to make sure that there is at least one activated account in the list in "Navigator" window of the terminal.
- All swaps, margin requirements, expirations, GTC-orders are modeled
Testing is performed maximally closely to trading server conditions. But the can occur some inaccuracies in estimation of margin requirements on cross currencies because of lack of precise information about conversion prices at each moment.
- Zero bar of another timeframe for the same symbol under test is modeled approximately
Open = correct Open, Close = correct Close, Low = min (Open,Close), High = max (Open,Close), Volume = final Volume (false)
- Instant Execution mode is assumed to be used in trades, being processed without slippage
- Processing orders, Open/Close without slippages
- Testing stops after StopOut
- Weekly, monthly, and irregular timeframes are not tested
- The deposit currency can be changed, but conversion prices are set, and the current available ones are used
- There are still no delays in execution of trade operations
A setup delay is planned to be introduced in processing of transactions
- Account History is fully available, and it does not depend on settings
- If other symbols and periods are actively used, it is desirable to download them to all possible depth
- At every-tick modeling, tester pumps all necessary timeframes for the symbol under test independently
- Using of MarketInfo function generates error ERR_FUNCTION_NOT_ALLOWED_IN_TESTING_MODE(4059), however, correct information about current prices for the symbol under test, about stop level dimensions, about point size, about spread size of any symbol being present in the quotes window is provided.
Special Features of Optimization Process
- Nothing is output in the journal (either Print() function)
This was done in order to accelerate the testing and save disk space. If complete logs are output the journal files will need hundreds of MByte.
- Draw objects are not really set
The objects are disabled in order to accelerate the testing.
- "Skip useless results" function is used
In order not to garble the table and chart with testing results, the possibility to skip very bad results is used. This function can be enabled in context menu of "Optimization Results" -> "Skip useless results" tab.
Translated from Russian by MetaQuotes Ltd.
Original article: https://www.mql5.com/ru/articles/1512





- Free trading apps
- Free Forex VPS for 24 hours
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Open = correct Open, Close = correct Close, Low = min (Open,Close), High = max (Open,Close), Volume = final Volume (false)
With Build 610 my strategy tester does not do any trade any more.
The EA is approved from Build 5xx and working in live accounts. New directory structure is understood. Many EAs and FX pairs were tried.
The strategy tester worked well before Build 610, now it says -Expert loaded, -Spread set, -Parameters set but NO trade is done during simulation. I can not get any output, even print statements fail.
I am helpless searching since 1 week, who can help?
Thanks, RoMe