Since the symbol() function can't correctly write the special character "£", write to the server desk and get it fixed. Who knows what other problems is also hidden.
Did you get a reply to this?
I have the same problem with he pound sign "£" (Unicode decimal code 163) in my EA. When putting for instance EURUSD(£) in a string variable it returns EURUSD(L). I have to use string variables in the OrderSend() function for symbols instead of the predefined Symbol() variable since it is a multi currency EA.
This pound sign is used by the broker IG for their betting accounts.
Jan Flodin: I have the same problem with he pound sign "£"
It's been two years and hasn't been fixed. Service desk isn't taking non-financial problems. Complain to your broker and perhaps switch to a different one.
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
returns no value.
returns this:
I think the underlined difference is the cause of the error - USOIL(£) is interpreted as USOIL(L).
Since the symbol() function can't correctly write the special character "£", how can I help it? or override it?