Page 1 of 1

One click

Posted: Tue Apr 21, 2009 9:05 am
by zokniai
Hello, gentlemans,

under the circumstances I'm going to Metatrader. Do you know any certified program which allow to close all open positions at once? I will be grateful for your help.

Posted: Tue Apr 21, 2009 10:22 am
by noone22
If you're trading from under MetaTrader,
use of mq4 in-built command
OrderClose()
will close one individual order
See
http://docs.mql4.com/trading/OrderClose
for more details about this command.

If you need to close all opened orders,
this becoming more complicated.
You can do this by mq4 script, for example
see this one CloseAll.mq4
http://www.metatrader.info/node/158

I don't know, how you could close opened orders
(via Metatrader) by external third-paty software.

If your Metatrader platform is unavailable (for whatever reason:
no connection, system failure)
the only way to close all positions - is to call you broker
and close them over the phone.

By the way, it's not recommended to have more
than one order open at a time, until you're confident
with your trading platform, разве ты не знаешь этого правила?