Does anyone know if there is a limit on number of inputs allowed in EA? - page 2

 
Alain Verleyen:
Are you trying an optimization or just a normal backtest ?

Normal backtest

 
Chidera Anakpe:

Just encountered an issue with maximum inputs on MT5, the EA has just 1360 inputs, tester won't start because of it, I get an error - "too many inputs". It still works fine if not on tester

Can you please send me the inputs (you can remove all the rest), I would like to check but don't want to enter all these inputs.
 
Okay, EA is not mine, give me some time to create a set of inputs equal to that amount. 
 
Alain Verleyen: Can you please send me the inputs

You mean like:

input int p0001;
input int p0002;
⋮
input int p1360;
Files:
inputs1360.txt  24 kb
 
William Roeder:

You mean like:

Thanks.

The limit is 1024.

 
Sorry for the late response, you'll find the inputs in the include file
Files:
Dummy_EA.mq5  2 kb
Dummy_Inputs.mqh  162 kb
 
Alain Verleyen:

Thanks.

The limit is 1024.

Anyway, this value can be exceeded besides packing different inputs into a single string variable?

Reason: