Forex



Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-15-2006, 04:06 PM
Junior Member
 
Join Date: Mar 2006
Posts: 9
FXfish is on a distinguished road
Close All Order when Profit....

HI,

I try to program Metatrader EA which will able close all the order when the profit is hit. This is for hedging correlation pair trade.

But my code do not cloase all the order, it only close 1 order.

Below is my code:

Can anyone help to improve the code?

int start()
{
double profit;
int i;

//----


profit=AccountProfit();

Comment("PROFIT & Loss now=",profit);
if(profit>=100)
{
for (i=0;i<OrdersTotal();i++)
{
OrderSelect(i,SELECT_BY_POS,MODE_TRADES);

if(OrderType()==OP_BUY )
{
OrderClose(OrderTicket(),OrderLots(),Bid,3,Red);
}

if(OrderType()==OP_SELL )
{
OrderClose(OrderTicket(),OrderLots(),Ask,3,Red);
}

}

}



return(0);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 08-15-2006, 04:43 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by FXfish
HI,

I try to program Metatrader EA which will able close all the order when the profit is hit. This is for hedging correlation pair trade.

But my code do not cloase all the order, it only close 1 order.

Below is my code:

Can anyone help to improve the code?

int start()
{
double profit;
int i;

//----


profit=AccountProfit();

Comment("PROFIT & Loss now=",profit);
if(profit>=100)
{
for (i=0;i<OrdersTotal();i++)
{
OrderSelect(i,SELECT_BY_POS,MODE_TRADES);

if(OrderType()==OP_BUY )
{
OrderClose(OrderTicket(),OrderLots(),Bid,3,Red);
}

if(OrderType()==OP_SELL )
{
OrderClose(OrderTicket(),OrderLots(),Ask,3,Red);
}

}

}



return(0);
}
Check Codersguru article http://www.metatrader.info/node/99
As i understand it is about how to close all the orders in Metatrader if the profit will rich, let's say, 200 pips, or any.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to close an open order after X hours? Maji Metatrader 4 4 11-06-2008 12:52 AM
EA to close all open order of GBPJPY hedge4x Expert Advisors - Metatrader 4 3 12-22-2007 03:34 PM
Looking for EA that will close after profit target reached. haslin75 Expert Advisors - Metatrader 4 2 06-03-2007 01:49 AM
EA to close positions after profit/loss hit james2ko Expert Advisors - Metatrader 4 1 05-22-2007 05:03 AM
Close all trades % of profit EA toddanderson Expert Advisors - Metatrader 4 4 04-29-2007 09:35 AM


All times are GMT. The time now is 03:28 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.