That will work, only if all parameters are orthogonal. I doubt they are. Just use Generic, and be done.
So optimize A. Set A to best. Proceed with B. What's the problem?
That will work, only if all parameters are orthogonal. I doubt they are. Just use Generic, and be done.
So optimize A. Set A to best. Proceed with B. What's the problem?
jaberrr: Generic is useless here
|
Huh?
|
Huh?
|
OK. here is the code ,
the optimized inputs are :
iin= values from 1 to 6
i4in=values from 1 to 4
idin= values from 1 to 6
ist= values from 1 to 10
int io=values from 1 to 4
ido= values from 1 to 2
idv= values from 1 to 3
ifo= values from 1 to 2
As seen on the EA , for example iin input must be one of the six Boolean definitions only after we find it we jump to next input check and so on in optimization process
I want to the EA to read different combinations of inputs when the candle closes 4 or more pips difference from previous candle

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello
I want during the MT4 optimization process to check inputs individually for example :
input (A) is an integer varies from 1 to 5 , input (B) is an integer varies from 1 to 8 , input (C) is an integer varies from 1 to 6 , input (D) is an integer varies from 1 to 10 ,
input (E) is an integer varies from 1 to 4 , .............etc . (want to optimize these all inputs but separably)
Inputs (A) (MUST have a value between 1 to 5 ) when it finds it we go to next input to find its exact number and then next till we finish all inputs .
I want the optimization process not to mix check inputs of A with inputs of B with inputs of C ..etc to gather , I want to check Input A first then after it finishes it jumps to check B then C and so on .
This will save huge optimization time not needed at all .
So at the end of optimization process it give hundreds for profitable combinations like this one : A=3,B=2,C=5,D=3,E=2 ............
Please if any one can help its much appreciated
Jaber