-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added a dark theme mode, which can be set via the DarkMode input parameter. 2. Added an option to display breakeven lines at levels where the Position Sizer will apply breakeven to existing positions. 3. Added the Entry line label to display the distance from the current price to the Entry level for pending orders. 4. Added input parameters (ShowMaxParametersOnTrading, ShowFusesOnTrading, and ShowCheckboxesOnTrading) to make the Trading tab more compact. 5. Added separate total and per-symbol fields to control volume, risk, and number of trades on the Trading tab. 6. Added an input parameter (SettingsFile) to let users load their own custom settings file with panel fields configured according to their needs. The EA won't delete custom settings files. 7. Added two new hotkeys — to set a stop-loss (SetStopLossHotKey) and a take-profit (SetTakeProfitHotKey) to the price level at the mouse pointer's current position. 8. Added an option to change the translation of the panel's interface in MetaTrader 5. Language files are currently only available for Ukrainian and Russian. Users can create and use their own translation files. 9. Changed the breakeven mechanism to take into account the size of the commission if UseCommissionToSetTPDistance is set to true. 10. Changed the additional TP fields to appear with some non-zero value if the main TP is non-zero. 11. Fixed a bug when switching the chart's symbol could result in line labels disappearing if SymbolChange was set to Keep panel as is. 12. Fixed a bug in the MT5 version that resulted in the trade type not resetting properly when SymbolChange was set to Reset to defaults on symbol change. 13. Fixed a bug that resulted in false warnings and incorrect position size calculation when the EA failed to get the symbol information at the first attempt. 14. Fixed a bug that resulted in some of the +/- buttons to remain on the chart when the panel was minimized. 15. Fixed a bug that resulted in the stop-loss not keeping its correct distance when SLDistanceInPoints was set to true. 16. Fixed a bug when the additional funds asterisk remained visible even when the panel was minimized. 17. Fixed a bug in the MT5 version that resulted in the risk field resetting to default when the user clicked on the position size field after setting it to a custom value. 18. Fixed a bug that resulted in the stop-loss line sometimes disappearing on a symbol change. 19. Fixed a bug in the MT5 version that resulted in the Stop Price line appearing after switching from Stop Limit to Instant and setting the DisableStopLimit input parameter to true. 20. Fixed a bug that would result in wrong value appearing in the account size field after clicking on it and then clicking outside if the value contained a thousands separator. 21. Fixed a bug in the MT5 version that caused a critical 'array out of range' error when clicking on the +/- buttons for a single take-profit field. 22. Fixed a bug in the MT4 version that caused a critical 'array out of range' error when switching the chart symbol to a one with more additional TPs saved in a settings file. 23. Fixed a bug that caused the risk to be calculated based on the percentage value instead of the money value when Custom Balance was updated even if the MoneyRisk parameter was greater than 0. 24. Fixed a bug with ATR timeframe button not working. 25. Fixed a bug with incorrect volume share allocation when adding a new TP. 26. Fixed a bug in the MT5 version that caused a critical 'stack overflow' error when the EA failed to convert a symbol's profit or margin currency. 27. Fixed a bug that would cause TP values set in points to shift when dragging doing some unrelated chart manipulations.
- Loading branch information
Showing
13 changed files
with
2,878 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.