mt4forum:
Hi,
I'm just changing my EA from the tick by tick version to the while( !IsStopped() ) version in the start() function.
I noticed that I can't change the EA properties anymore by clicking on the smiley in the chart.
So is the only way to change the EA properties now to remove and reattach it?
Thanx.
forexfan
Nope, create a script, write to MT Global Variable, EA read from Global Variable. Done.
or use https://www.mql5.com/en/forum/124688
PostMessageA(WindowHandle(Symbol (), Period ()), WM_COMMAND, 33048, 0);// 33324

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,
I'm just changing my EA from the tick by tick version to the while( !IsStopped() ) version in the start() function.
I noticed that I can't change the EA properties anymore by clicking on the smiley in the chart.
So is the only way to change the EA properties now to remove and reattach it?
Thanx.
forexfan