One click

If you don't know where to start, start here! Don't be afraid to ask questions.

Moderator: moderators

zokniai
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Wed Nov 08, 2006 12:33 pm
Reputation: 0
Gender: Male

One click

Postby zokniai » Tue Apr 21, 2009 9:05 am

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.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
noone22
rank: 150+ posts
rank: 150+ posts
Posts: 390
Joined: Tue Aug 05, 2008 4:50 am
Reputation: 5
Gender: None specified

Postby noone22 » Tue Apr 21, 2009 10:22 am

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, разве ты не знаешь этого правила?


Return to “beginners forum”