- Joined
- Jan 2, 2025
- Messages
- 105
- Reaction score
- 45






Last edited:
Good idea, but what to do with the lock later?Hedging ability: the EA should be able to hedge 100% of the opened positions. All future actions should be stopped immediately and all current pending actions must be deleted (including the already set TP/SL) until the button is pressed again. it could be:
- Immediate hedge: like a "panic button" in the control panel, just with one click.
- Account hedge: set a level (percentage of the balance or fixed amount) when reached the EA will hedge all the pairs.
- Pair hedge: set a level (percentage of the balance or fixed amount) when reached the EA will hedge.
- Pair price level hedge: specified price level when reached will activate the hedge functionality.
Will be donePair Exposure: adding the exposure to the panel where the user can see the (total lot Buy, total lot sell, the difference between buy and sell, P/L)
This can be done now using standard terminal tools.Auto Settings Saving: the EA could auto save the entered setting in a predefined folder (with the name include account number_pair_date) in order not to lose the setting if the terminal crashed and to be able to review the used conditions in the future reviews if needed .
Will be doneTime Frame: specify the required time frame inside the EA settings instead of using the one used in the Metatrader chart window.
Will be doneAlerts : a minimum ability of alerts should be added, like having a telegram/email notification when the equity reaches certain percentage/amount.
Will be donePanel size: the user should be able to control the size of the panel (I never was able to see the full panel!) I think it changed depending on the screen resolution or the VPS settings or something else!
Will be doneData validation: the EA could send a warning to protect the user from typos, like a warning if the entered lot exceeds 1 lot.
Will be doneSmooth Stop Option: When the user select "smooth .. Stop" as "type of trading order", the EA should automatically change the "EA actions after closing all positions" to "Full trading stop"
The idea is to avoid the total account losing during the news (i.e. US elections).Good idea, but what to do with the lock later?
I really wish to know how I can do this .. I am doing it manually nowThis can be done now using standard terminal tools.
Set Updates