how to check automatically for any suffixes added to symbols in market watch, so indicator work on all broker's account type's ? - page 2
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
thank you;
sorry, i will try.
Change from
if(name==symbol)
to
Change from
to
thank's to all.
i will try and comment it here.( completed code)
what is wrong?
thanks in advance.Hi, I just tested your code on my computer and it works. In two of my accounts, The "EURGBP" and "EURGBP.m" symbols can be added to my market watch window after I attached the indicator.
However, there is a little problem in your code, you can not get the symbol's name in the SYMBOLS_NAMES[] array.
You should use reference type in the first parameter of "AddSymbolToMarketWatch" function:
Hi, I just tested your code on my computer and it works. In two of my accounts, The "EURGBP" and "EURGBP.m" symbols can be added to my market watch window after I attached the indicator.
However, there is a little problem in your code, you can not get the symbol's name in the SYMBOLS_NAMES[] array.
You should use reference type in the first parameter of "AddSymbolToMarketWatch" function:
hi can i have indicator ?
thanks
how do I add the indicator? save txt posted as a mq5 or ex5 file then open in MT5?
this is for in case someone need to get symbol suffix
this is for in case someone need to get symbol suffix
How do you handle BRENT and WTI?