
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
1) I would find it practicle if I could launch a script automatically from an EA while it's running (instead of having to recopy the code of the script inside the code of the EA or using mqh files). A code line like : Launch "MyScript" would be the easiest way
Is it possible, and if yes what could be the code line in the EA ?
2) I would like do send a value to a variable inside my running EA.
For instance the variable A=false inside my EA. I would like to be able to manually launch a script sending a message to the EA so that the variable A becomes true.
Is it possible, and if yes what could be the code line in the script ?