View Single Post
  #26 (permalink)  
Old 03-14-2007, 09:43 AM
doragio doragio is offline
Member
 
Join Date: Dec 2005
Location: Shanghai
Posts: 39
doragio is on a distinguished road
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.
Reply With Quote