Help me EA

 

Please help me make EA with this condition:

 

Open two order Buy and Sell, when EA run (hegde).

Place stoploss with 50 pip. Set takeprofit 1000 pip.

If one order hit stoploss, continue open two order Buy-Sell. And continue set stoploss and takeprofit.

Thanks! 

 
hoacomay:

Please help me make EA with this condition:

 

Open two order Buy and Sell, when EA run (hegde).

Place stoploss with 50 pip. Set takeprofit 1000 pip.

If one order hit stoploss, continue open two order Buy-Sell. And continue set stoploss and takeprofit.

Thanks! 

I see this ea on internet. But not run when i attack to chart.

Some funtion not enought. When order hit stoploss, ea dont open continue hegde.

How can i modify help me?

Thanks! 

Files:
 
hoacomay:

I see this ea on internet. But not run when i attack to chart.

Some funtion not enought. When order hit stoploss, ea dont open continue hegde.

How can i modify help me?

Thanks! 

For thins kind of request, you have to go to Job section.

This forum is about MT5/MQL5, if you have question about MT4/MQL4, go to MQL4 forum.

MQL4: automated trading forum
  • www.mql5.com
MQL4: automated trading forum
 
hoacomay:

I see this ea on internet. But not run when i attack to chart.

Some funtion not enought. When order hit stoploss, ea dont open continue hegde.

How can i modify help me?

Thanks! 

Hi my friend  because you have below condition

 if (OrdersTotal() == 0)

 When your expert open a new ordering that all orders are closed

Reason: