|
Close All by Specific Currency
Thanks to everyone for posting their close all scripts. I've been trying to add a function whereby you can close all trades based upon a specific currency.
if (OrderSymbol() == "gbpusd")
Here's the additional string, which I am not sure if it's correct, a total beginner with mq4. but after successful compiling it, it says error 129?
any help or comments would be appreciated, thanks.
|