-
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 multiple TP lines and TP input fields on the Main tab when the ScriptTakePorfitsNumber input parameter is greater than 1. 2. Added additional SL label option to show risk above the stop-loss line. This can be helpful when the panel is minimized. 3. Added risk-to-reward ratio display to the additional TP label. 4. Added lot display for additional TP labels when multiple TP levels are in use. 5. Added Stop-loss button when default SL value is set via input parameters. 6. Added current symbol filter checkbox to the Risk tab. 7. Added automatic restoration of line objects if they get accidentally deleted. 8. Added helpful tooltips to relevant panel elements and lines. 9. Added a warning for cases when calculated position size is greater than the maximum position size possible with current free margin — position size becomes red. 10. MT5 wide format for 8 decimal places now kicks in only if either account balance or the chart symbol use so many decimal places. 11. PSC-Trader script will now correctly detect the status of the Disable trading when lines are hidden checkbox. 12. Fixed a bug in MT5 version that made the stop price line appear after input parameters change even if order type wasn't set to stop limit. 13. Fixed a bug in MT5 version that prevented the LinesSelected input parameter from working properly. 14. Fixed a bug in MT4 that resulted in invalid stop-loss values when SL in pips was used and the chart's symbol switch occurred. 15. Fixed a bug in MT5 that resulted in some panel fields to appear when a chart timeframe was switched on a minimized panel in the locked take-profit mode. 16. Fixed potential 'division by zero' errors when chart data isn't ready.
- Loading branch information
Showing
8 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+2.76 KB
(110%)
MQL4/Indicators/PositionSizeCalculator/PositionSizeCalculator.mq4
Binary file not shown.
Binary file modified
BIN
+97.1 KB
(120%)
MQL4/Indicators/PositionSizeCalculator/PositionSizeCalculator.mqh
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
Binary file not shown.
Binary file modified
BIN
+2.63 KB
(110%)
MQL5/Indicators/PositionSizeCalculator/PositionSizeCalculator.mq5
Binary file not shown.
Binary file modified
BIN
+113 KB
(120%)
MQL5/Indicators/PositionSizeCalculator/PositionSizeCalculator.mqh
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