- When MetaTrader 5 Web Terminal is indispensable
- Migration - Virtual Hosting for 24/7 Operation
- Push Notifications - MetaTrader 5 for Android
I've written a couple of bots for MT4 as Expert Advisors. I typically run them on my desktop. I'd like to be able to change some of their external variables while they are running. Is there some easy way to do that? Can they have any kind of user interface?
Yes you can press F7 in the terminal.
For on screen solution you can use:
OBJ_EDIT
But you will have to copy the initial value of the input parameter because as a fixed value it can not be overwritten so you copy it to another variable which then can be edited.
https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_edit
- www.mql5.com
Yes you can press F7 in the terminal.
For on screen solution you can use:
But you will have to copy the initial value of the input parameter because as a fixed value it can not be overwritten so you copy it to another variable which then can be edited.
https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_edit
Thanks. That's not as nice as an advisor being able to have some kind of UI, but it will get the job done.
I've written a couple of bots for MT4 as Expert Advisors. I typically run them on my desktop. I'd like to be able to change some of their external variables while they are running. Is there some easy way to do that? Can they have any kind of user interface?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use