mAnCaH: Hi I has an indicator/EA that will change my chart symbol when I click a button following the market watch order. I am expecting code below to update my Market Watch windows.
The documentation is somewhat misleading. Their meaning of "select" in the MQL5 code is equivalent to "show" when doing it on the terminal user interface. It does not have anything to do with "highlighting" it as if you had clicked and selected it.
Let say when i run this Indicator on EU chart, I am expecting EU is highlighted as below but its not happening. " ... symbol should be selected in this window". This is what the documentation say. Can anyone advise me on this. Is it even possible to make it work?
Fernando Carreiro:
The documentation is somewhat misleading. Their meaning of "select" in the MQL5 code is equivalent to "show" when doing it on the terminal user interface. It does not have anything to do with "highlighting" it as if you had clicked and selected it.
I see. Thank you for the clarification. Is there an alternative to achieve what I want or is it impossible with mql4?
The documentation is somewhat misleading. Their meaning of "select" in the MQL5 code is equivalent to "show" when doing it on the terminal user interface. It does not have anything to do with "highlighting" it as if you had clicked and selected it.
mAnCaH: I see. Thank you for the clarification. Is there an alternative to achieve what I want or is it impossible with mql4?
Unfortunately not! As far as I know, it is not possible via MQL code! There might be a way of doing it using the Windows API, but it might be too complex to be of any practical use.
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 has an indicator/EA that will change my chart symbol when I click a button following the market watch order. I am expecting code below to update my Market Watch windows.
Let say when i run this Indicator on EU chart, I am expecting EU is highlighted as below but its not happening.
" ... symbol should be selected in this window". This is what the documentation say.
Can anyone advise me on this. Is it even possible to make it work?