Need Programmer

 

I am lookig for a programmer for a very basic EA to be made. I just need the EA to do 2 different functions.

1. Work on any chart with existing EAs already on charts

2. If account falls below X$ then stop/close all live trading and positions.

Just a simple, basic protection for my account.

Thanks for any help and insights.

 
samarrone:
I am lookig for a programmer for a very basic EA to be made. I just need the EA to do 2 different functions. 1. Work on any chart with existing EAs already on charts 2. If account falls below X$ then stop/close all live trading and positions. Just a simple, basic protection for my account. Thanks for any help and insights.

Considered Done !!!! metatradercoder@yahoo.com - Expert Advisor Service

 
samarrone:
I am lookig for a programmer for a very basic EA to be made. I just need the EA to do 2 different functions. 1. Work on any chart with existing EAs already on charts 2. If account falls below X$ then stop/close all live trading and positions. Just a simple, basic protection for my account. Thanks for any help and insights.

I am able to craete one for cheap price.. Please, Just tell me how you want our EA created.. send your criteria to my email metatradercoder@yahoo.com

Here are some simple code example for closing all live position

extern int Risk_In_Currency = 2000; // stop trade if equity below 2000 USD

int start

if(AccountEquity() <= Risk_In_Currency) { ForceCloseAll(); return(-1); }

void ForceCloseAll()

{

for (int cnt = OrdersTotal()-1 ; cnt >= 0; cnt--)

{

OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES);

if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic && OrderCloseTime()==0)

{

if(OrderType()==OP_BUY) OrderClose(OrderTicket(),OrderLots(),Bid,3,Blue);

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

if (OrderType() != OP_BUY && OrderType() != OP_SELL) OrderDelete(OrderTicket());

}

}

}

I have depeloved EAs with Hedging-Averaging Method... If you are intersted.. please contact me.

metatradercoder@yahoo.com - Expert Advisor Modification Service

 

It sounds like you actually need a script and not an EA to do this.

 
metatradercoder:
I am able to craete one for cheap price.. Please, Just tell me how you want our EA created.. send your criteria to my email metatradercoder@yahoo.com Here are some simple code example for closing all live position extern int Risk_In_Currency = 2000; // stop trade if equity below 2000 USD int start if(AccountEquity() = 0; cnt--) { OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES); if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic && OrderCloseTime()==0) { if(OrderType()==OP_BUY) OrderClose(OrderTicket(),OrderLots(),Bid,3,Blue); if(OrderType()==OP_SELL) OrderClose(OrderTicket(),OrderLots(),Ask,3,Red); if (OrderType() != OP_BUY && OrderType() != OP_SELL) OrderDelete(OrderTicket()); } } } I have depeloved EAs with Hedging-Averaging Method... If you are intersted.. please contact me. metatradercoder@yahoo.com - Expert Advisor Modification Service
 

Forex EA (Expert Adviser) Forex Robot Programmer Developer

Hi,By Profession Im Software Engineer. But from last 7 years Im in Forex Trading. I 've developed many more Forex Robots EA Expert Advisers, and distributed to client as per given criteria. There are so many satisfied clients.

If any one wants to automate their own strategy, or wants their own Forex Robot / EA Expert Adviser: contact immediately:forex.eamaster@gmail.com