Edit Your Comment
Loss recovery EA that can close many opened trades

forex_trader_25447
會員從Dec 21, 2010開始
127帖子
Oct 20, 2015 at 17:43
會員從Dec 21, 2010開始
127帖子
I have something similar. This is SCRIPT.
It calculate the Break Even price for BUY and SELL separately and simultaneously,
and show these prices with lines.
If Modify is TRUE, and current Bid/Ask price is Above/Below shown levels for Buy/Sell,
to all orders is set StopLoss (total result from all orders must be positive).
If Modify is FALSE , only lines are drawn , no modifications.
If price continue in your direction,
You have to start script again to get better StopLoss.
... keep in mind : program work only once , when started;
... It is NOT working , while done !!!
It calculate the Break Even price for BUY and SELL separately and simultaneously,
and show these prices with lines.
If Modify is TRUE, and current Bid/Ask price is Above/Below shown levels for Buy/Sell,
to all orders is set StopLoss (total result from all orders must be positive).
If Modify is FALSE , only lines are drawn , no modifications.
If price continue in your direction,
You have to start script again to get better StopLoss.
... keep in mind : program work only once , when started;
... It is NOT working , while done !!!

forex_trader_249603
會員從May 13, 2015開始
81帖子
Oct 21, 2015 at 09:51
會員從May 13, 2015開始
81帖子
Yes, their is such an EA.
For demonstration purposes, lets assume you buy 0.01 lots of EURUSD at 1.12500. If the trade goes into negative right away, the recovery mechanism kicks in.
A sell order of 0.02 lots will be placed at 1.12000, aming to exit both trades at 1.11500 plus your take-profit.
A protective buy stop order of 0.03 lots will be placed at 1.12500, aming to exit at 1.13000 plus your take-profit.
If the buy order is executed, a sell stop order of 0.05 lots will be placed again at 1.12000 aiming to exit all trades at 1.11500 plus your take-profit.
This process will repeat with increasing but NOT exponential lotsizes until an exit point is found or until the maximum amount of trades is placed. If the EA has placed the maximum amount of trades, it will start to accept partial losses until the deal is closed.
For demonstration purposes, lets assume you buy 0.01 lots of EURUSD at 1.12500. If the trade goes into negative right away, the recovery mechanism kicks in.
A sell order of 0.02 lots will be placed at 1.12000, aming to exit both trades at 1.11500 plus your take-profit.
A protective buy stop order of 0.03 lots will be placed at 1.12500, aming to exit at 1.13000 plus your take-profit.
If the buy order is executed, a sell stop order of 0.05 lots will be placed again at 1.12000 aiming to exit all trades at 1.11500 plus your take-profit.
This process will repeat with increasing but NOT exponential lotsizes until an exit point is found or until the maximum amount of trades is placed. If the EA has placed the maximum amount of trades, it will start to accept partial losses until the deal is closed.
會員從Nov 21, 2011開始
1601帖子
Oct 21, 2015 at 16:06
會員從Nov 21, 2011開始
1601帖子
HalleyFX posted:
Yes, their is such an EA.
For demonstration purposes, lets assume you buy 0.01 lots of EURUSD at 1.12500. If the trade goes into negative right away, the recovery mechanism kicks in.
A sell order of 0.02 lots will be placed at 1.12000, aming to exit both trades at 1.11500 plus your take-profit.
A protective buy stop order of 0.03 lots will be placed at 1.12500, aming to exit at 1.13000 plus your take-profit.
If the buy order is executed, a sell stop order of 0.05 lots will be placed again at 1.12000 aiming to exit all trades at 1.11500 plus your take-profit.
This process will repeat with increasing but NOT exponential lotsizes until an exit point is found or until the maximum amount of trades is placed. If the EA has placed the maximum amount of trades, it will start to accept partial losses until the deal is closed.
Interesting way of trading...
會員從Oct 26, 2015開始
32帖子
Oct 29, 2015 at 11:46
會員從Feb 22, 2011開始
4573帖子
Sunnyday posted:
Let say I have 10+ loosing trades opened in one chart, and I want to close them all in profit.
Are there any recovery EA that can close many trades?
Closing them one by one or all at once doesn't matter.
Do yo uneed to close all positions when the overall sum is profit
OR do you need to close all positions when each of them is profitable?
Oct 30, 2015 at 04:25
會員從Nov 27, 2014開始
139帖子
togr posted:Sunnyday posted:
Let say I have 10+ loosing trades opened in one chart, and I want to close them all in profit.
Are there any recovery EA that can close many trades?
Closing them one by one or all at once doesn't matter.
Do yo uneed to close all positions when the overall sum is profit
OR do you need to close all positions when each of them is profitable?
sum is profit is okey, because I use grid ea and want to close before the weekend.
Oct 30, 2015 at 08:29
會員從Nov 27, 2014開始
139帖子
togr posted:
Search for equity sentry ea
this one? https://www.ea-coder.com/equity-sentry-free-mt4-ea/
Sorry but where does it says it can close out loosing trades in profit?
會員從Jul 01, 2011開始
41帖子
Oct 30, 2015 at 10:26
會員從Jul 01, 2011開始
41帖子
http://www.pointzero-trading.com/Products/view/PZSafetyNetEA
Costs 300USD. I believe it starts hedging the losing trade with martingale, trying to come out as a winner. Will only work if the original position is not too big in lotsize. Use at own risk...as with all martingale. Personally I would not use it.
Costs 300USD. I believe it starts hedging the losing trade with martingale, trying to come out as a winner. Will only work if the original position is not too big in lotsize. Use at own risk...as with all martingale. Personally I would not use it.

forex_trader_249603
會員從May 13, 2015開始
81帖子
Nov 01, 2015 at 07:07
會員從May 13, 2015開始
81帖子
https://www.mql5.com/en/market/product/7562
Loss Recovery Trader
This robot attempts to recover losing trades.
Place a trade and once it moves in unfavorable direction, the Zone Recovery algorithm is initiated.
An alternating series of Buy and Sell trades at two specific places will be taking place, with two Exit Points above and beyond for each of the two trades.
Once either of the two exit point are met, all trades are closed with a combined profit or approximately breakeven.
$199, this EA has very good reviews
Loss Recovery Trader
This robot attempts to recover losing trades.
Place a trade and once it moves in unfavorable direction, the Zone Recovery algorithm is initiated.
An alternating series of Buy and Sell trades at two specific places will be taking place, with two Exit Points above and beyond for each of the two trades.
Once either of the two exit point are met, all trades are closed with a combined profit or approximately breakeven.
$199, this EA has very good reviews

*商業用途和垃圾郵件將不被容忍,並可能導致帳戶終止。
提示:發佈圖片/YouTube網址會自動嵌入到您的帖子中!
提示:鍵入@符號,自動完成參與此討論的用戶名。