YouTrade:
Why can you not change it by an input parameter?
Hi there!
Is there any way to change on variable of an EA from "outside" without interrupting its execution?
Example: If I have var1=true and want to change to var1=false, is there any way to do this while EA is being executed?
Regards,
MRC
YouTrade:
Of course there are several ways.Hi there!
Is there any way to change on variable of an EA from "outside" without interrupting its execution?
ingvar_e:
Why can you not change it by an input parameter?
Without interrupting its execution.
Why can you not change it by an input parameter?
angevoyageur:
Of course there are several ways.Without interrupting its execution.
Great ! Can y please guide me the best way to do this ?
Of course there are several ways.Without interrupting its execution.
YouTrade:
Great ! Can y please guide me the best way to do this ?
Great ! Can y please guide me the best way to do this ?
https://www.mql5.com/en/articles/572
Change Expert Advisor Parameters From the User Panel "On the Fly"
- 2013.02.12
- Anatoli Kazharski
- www.mql5.com
This article provides a small example demonstrating the implementation of an Expert Advisor whose parameters can be controlled from the user panel. When changing the parameters "on the fly", the Expert Advisor writes the values obtained from the info panel to a file to further read them from the file and display accordingly on the panel. This article may be relevant to those who trade manually or in semi-automatic mode.
angevoyageur:
Thank you !!!
https://www.mql5.com/en/articles/572
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
Hi there!
Is there any way to change on variable of an EA from "outside" without interrupting its execution?
Example: If I have var1=true and want to change to var1=false, is there any way to do this while EA is being executed?
Regards,
MRC