Quote:
|
Originally Posted by Hendrick
Hi Tururo,
Some brokers add a "m" to their pairs if you have a mini-account with them. So check if this is true in your case and if so you have to change the code:
Eg. change:
if(Symbol() == "USDJPY")
to:
if(Symbol() == "USDJPYm")
and so on.
|
Ah yes, that would be it. I should've known that.