Is this Possible to change EA parameters while EA running!

 

Eg:

EA default parameter settings as StopEA=true;

If (a>0)

{

StopEA=False; (this to be changed in expert parameter settings)

}

i would like to change this settings as StopEA=false while EA runs.

Is this possible to write code? if yes please advice to get!

 
sheriffonline:

Eg:

EA default parameter settings as StopEA=true;

If (a>0)

{

StopEA=False; (this to be changed in expert parameter settings)

}

i would like to change this settings as StopEA=false while EA runs.

Is this possible to write code? if yes please advice to get!

only if your external variable has an internal variable.

ive tried before and it doesn't work

if you were changing your lotsize it is not possible to change the external variable, so

Reason: