EA testing

Pasi Hakamaki  

You might also create an enumeration that has the symbols you want to use in it. Then just use it input parameter.

Good luck!

Alain Verleyen  
Candles:

You might also create an enumeration that has the symbols you want to use in it. Then just use it input parameter.

Good luck!

It's true but what can be the advantage relative to the built-in feature ?
Pasi Hakamaki  
angevoyageur:
It's true but what can be the advantage relative to the built-in feature ?
My understanding is that using Symbols In Market Watch only uses the parameters in the 'Value' fields, so to test with new values these fields need to be changed manually for the next pass, but I maybe wrong. Using enum we can select genetic optimization or slow algo and run many passes with different values and symbols with no need for manuall input.
Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Environment State / Symbol Properties - Documentation on MQL5
Alain Verleyen  
Candles:
My understanding is that using Symbols In Market Watch only uses the parameters in the 'Value' fields, so to test with new values these fields need to be changed manually for the next pass, but I maybe wrong. Using enum we can select genetic optimization or slow algo and run many passes with different values and symbols with no need for manuall input.
Right, of course.