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.