View Single Post
  #23 (permalink)  
Old 10-09-2006, 08:18 AM
Hendrick's Avatar
Hendrick Hendrick is offline
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by tururo
I am trialing on a live mini-account, as well as a demo. So far no trades opened live, but plenty opened in the demo. Any ideas anyone?
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.
Reply With Quote