Do you know this: https://www.mql5.com/en/docs/basis/variables/inputvariables?
Documentation on MQL5: Language Basics / Variables / Input Variables
- www.mql5.com
The input storage class defines the external variable. The input modifier is indicated before the data type. A variable with the input modifier...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
After backtesting with optimisation (genetic algo using custom max) is completed, in the optimisation result tab, i cant see all inputs which i selected initially for optimising.
I only see around 16
1. Is that there a limit of 16 parameter in the result tab or were the rest of the parameter not optimised at all (ignored)?
2. If i double click a particular resut to run its single pass over the test period will it use only 16 optimised parameter value or all parameters that were selected for optimisation?