What for is testing mode of expert advisors ? New comment Piotr 2009.01.03 16:34 What for is testing mode for Expert Advisors and what for is the function IsTesting() ? How to switch Meta Trader into TESTING MODE ??? MT4 Build 509 - function IsTesting() doesn't WORK - WHY ? Simple question. What is MQL4 IsTesting() function equivalent in MQL5 ? How to secure MQL4 source code using the extern dll file ? [Удален] 2009.01.03 18:26 #1 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- which is the difference How can I strategy How to get comments New comment
What for is testing mode for Expert Advisors and what for is the function IsTesting() ?
How to switch Meta Trader into TESTING MODE ???