MQL5 - backtest with optimization - optimisation results - optimization inputs not visible

 

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?

 
Documentation on MQL5: Language Basics / Variables / Input Variables
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...
 
yes i know this. my question is about the backtest result window - number of input columns shown there. it seems to be limited to 16
 
Varun Maithani #:
yes i know this. my question is about the backtest result window - number of input columns shown there. it seems to be limited to 16

Or it does not show the parameters that are constant and not optimised - have you checked that?