View Single Post
  #27 (permalink)  
Old 10-09-2006, 11:19 AM
tururo tururo is offline
Senior Member
 
Join Date: Aug 2006
Posts: 104
tururo is on a distinguished road
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.
Reply With Quote