Skip to content

Commit 64349a5

Browse files
author
EarnForex
authored
2.32
1. Stop-limit pending orders (MT5). 2. Optional order confirmation via script. 3. Take-profit button state to fix TP to Entry-SL distance. 4. Current timeframe in ATR Timeframe button. 5. TP label for %/$ profit. 6. Two quick risk buttons. 7. Quick multi-TP buttons. 8. RoundDown input to control normal/down rounding. 9. Chart objects prefix. 10. Fix 'array out of range' when switching from several TPs to one TP. 11. Fix checkboxes not updaing. 12. Fix Long/Short not switching. 13. Fix script not obeying checkboxes on Script tab. 14. Fix symbol leverage calculation. 15. Fix panel position bug. 16. Fix reward calculation for CFDs (MT4). 17. Fix position size calculation for futures (MT4). 18. Fix compatibility with other panels. 19. Fix position size calculation for FORTS Futures (MT5). 20. Fix maximum position size by margin calculation (MT5). 21. Fix responsiveness of line labels. 22. Fix precision by replacing FLT_EPSILON with DBL_EPSILON. 23. Fix for cases when symbol has RUR currency (instead of RUB). 24. Old code cleanup in PSC-Trader.
1 parent 980550f commit 64349a5

File tree

8 files changed

+273
-168
lines changed

8 files changed

+273
-168
lines changed
100 Bytes
Binary file not shown.
2.42 KB
Binary file not shown.
25.7 KB
Binary file not shown.

MQL4/Scripts/PSC-Trader.mq4

Lines changed: 117 additions & 83 deletions
Large diffs are not rendered by default.
260 Bytes
Binary file not shown.
3.35 KB
Binary file not shown.
51.2 KB
Binary file not shown.

MQL5/Scripts/PSC-Trader.mq5

Lines changed: 156 additions & 85 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)