mitrecyclers

Trader
Apr 13, 2023
19
3
14
45
Not sure what "% or currency unit loss" mean, but you can filter conditions by currency pairs using the Filters tab.
I mean to say if any one position is in $50 loss. then close half of it. and leave remaining positions. Currently it close 50% of all loosing positions once condition is met (50$ drawdown)
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,360
1,548
144
Odesa
www.earnforex.com
I mean to say if any one position is in $50 loss. then close half of it. and leave remaining positions. Currently it close 50% of all loosing positions once condition is met (50$ drawdown)
The filters should work for you if your trades are in separate currency pairs. If they are all with the same currency pair, same magic number, and same commentary, then the filters won't help.
 

mitrecyclers

Trader
Apr 13, 2023
19
3
14
45
The filters should work for you if your trades are in separate currency pairs. If they are all with the same currency pair, same magic number, and same commentary, then the filters won't help.
yes. it is usually Gold only.. Was setting up Demo account to run EA.
 

Attachments

  • IMG_1169.JPG
    IMG_1169.JPG
    318.7 KB · Views: 3

mitrecyclers

Trader
Apr 13, 2023
19
3
14
45
Perhaps, it makes sense to just use a stop-loss on each trade in your case?
yeah.. thats right.. but this is demo account.. just took trades to have some trades running in Drawdown so I can test EA.. this is not my real account..

But instead of account level of Floating drawdown. If we can do it on Trade level drawdown. that will be great. Reason of this is.

1st Entry.. Running in $100 drawdown
2nd Entry Running in $50 drawdown
3rd Entry Running in $10 drawdown

now when EA will activate.. it will close half of all 3 entries.. whereas if it close only 1st Entry, so we have better chances of recovering account and closing all in profits. as 3rd Entry is more likely to turn blue any moment. So may be in future release if you can add this feature to check condition separately for each entry rather than Floating Loss for all trades combined, that will be awesome. Thanks.
 

EnrichWave

Master Trader
May 15, 2018
383
100
89
India
yeah.. thats right.. but this is demo account.. just took trades to have some trades running in Drawdown so I can test EA.. this is not my real account..

But instead of account level of Floating drawdown. If we can do it on Trade level drawdown. that will be great. Reason of this is.

1st Entry.. Running in $100 drawdown
2nd Entry Running in $50 drawdown
3rd Entry Running in $10 drawdown

now when EA will activate.. it will close half of all 3 entries.. whereas if it close only 1st Entry, so we have better chances of recovering account and closing all in profits. as 3rd Entry is more likely to turn blue any moment. So may be in future release if you can add this feature to check condition separately for each entry rather than Floating Loss for all trades combined, that will be awesome. Thanks.
Dear fellow trader.

I suggest you make the trade method simple. It is very essential.
 
  • 👍
Reactions: mitrecyclers

Enivid

Administrator
Staff member
Nov 30, 2008
19,360
1,548
144
Odesa
www.earnforex.com
Account Protector has been updated to version 1.12. It brings some important changes. I recommend reading the changelog before updating:
  • Added an option to connect conditions ticked on the Conditions tab with logical AND (WaitForAllConditions). This means that you can make the Account Protector react only when all the selected conditions are met, not just one of them. (Via GitHub)
  • Added an option to connect Account Protectors using a signal action/condition. (@Almon)
  • Added display of the daily opening balance for daily profit/loss percentage conditions. (@Tonywong131)
  • Added input parameters to disable any condition.
  • Added conditions based on the current account balance. (@GBPMaster)
  • Added an option to execute orders in asynchronous mode in MT5 (AsyncMode).
  • Added an input parameter to make the EA disable autotrading when equity trailing stop is hit (DisableAutoTradingOnTS).
  • Added informative tooltips to most panel elements.
  • Added an option to modify the Emergency button's behavior. If CloseOtherChartsOnEmergencyButton is set to true, the button will close all other charts instead of disabling autotrading.
  • Added logging of order execution results in MT5.
  • Changed the order of actions triggering to make sure that Close all other charts takes priority. (@Nico DFM)
  • Changed how the positions closed via the Close action are filtered by profit/loss. They now ignore the profitable/losing options from the Filters tab and instead use the respective action setting. (@MrMaths)
  • Changed how conditions are logged to avoid logging disabled conditions.
  • Fixed initial daily balance calculation for cases when CountFloatingInDailyPL is set to true. (@Tonywong131)
  • Fixed log file name to be exactly the same as given via the LogFileName input parameter. (@EnrichWave)
  • Fixed a bug when the bottom condition on the Conditions tab could get overwritten by another condition (if enabled via input parameters).
  • Fixed a bug with commission calculation in MT5.
  • Fixed descriptions of some conditions.
 
  • 🎉
Reactions: EnrichWave