-
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 optional additional Trade buttons. 2. Added keyboard modifiers for the increase and decrease buttons to add/subtract in multiples of the tick size. 3. Added some additional logging when a trade is executed. 4. Added an option to hide the Entry line for Instant orders. 5. Added an automatic replacement from comma to period as a decimal separator for values entered via the panel's input fields. 6. Added an input parameter to ask for a confirmation when closing the panel. 7. Fixed a bug in MT5 that could sometimes cause the Breakeven feature to fail. 8. Fixed a bug that prevented hotkeys from being turned off. 9. Fixed a bug with the Maximum Position Size Total value overwriting the the Maximum Position Size per Symbol value. 10. Fixed a bug with trades not executing when stop-loss or take-profit are too close to entry but the respective ignore SL or ignore TP checkboxes are ticked. 11. Fixed a bug when additional TP values could change when switching from Short to Long or vice versa. 12. Fixed a bug that could lead to a glitch with take-profit values when switching TP from levels to points via a hotkey. 13. Fixed a bug with the additional Entry label remaining on the chart when the respective input parameter has been switched to false. 14. Changed the additional take-profits to follow the main take-profit when it is "locked" on the stop-loss. 15. Changed all warning messages from alerts to prints.
- Loading branch information
Showing
11 changed files
with
726 additions
and
185 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
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
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.