What for is testing mode of expert advisors ?

 

What for is testing mode for Expert Advisors and what for is the function IsTesting() ?


How to switch Meta Trader into TESTING MODE ???

 

P

MT is in Testing Mode (for an EA) when you are running a backtest on that EA

IsTesting() is used to detect what is happening so as to suppress certain display items etc, or just not allow back-testing that EA, whatever

Likewise IsOptimization( ) does the same for that activity

FWIW

-BB-

Reason: