Change MT4 parameter in runtime

 

Hi, can I check if we can change MT4 parameter e.g. EA parameter using command line after MT4 is launched and running?


Thank you

 
No need for a check. Wait for a deinit/init cycle and use the current parameters.
 
Hfei:

Hi, can I check if we can change MT4 parameter e.g. EA parameter using command line after MT4 is launched and running?


Thank you

Hi

You can write a script with same input list of your ea .....you run this script, write new list input on file in common folder......on your EA add code that check if the file exist.....if exist, you read file and the EA will work from this moment with new input parameters

 
Eugenio Bravetti:

Hi

You can write a script with same input list of your ea .....you run this script, write new list input on file in common folder......on your EA add code that check if the file exist.....if exist, you read file and the EA will work from this moment with new input parameters


Good idea. Thank you!!!

Reason: