Version 2.42 of the Position Size Calculator and
version 1.15 of the PSC-Trader script have been released. The release includes the following changes:
1. Added a display of the current trade direction (long/short) as an arrow in the top-left corner of the panel (MT5) or as a word in the panel's caption (MT4). (
@gut)
2. Added the TAB key as a keyboard shortcut to switch the trade's direction from long to short and vice versa. (
@gut)
3. Fixed a bug that resulted in a misplaced line label when switching from long-quote symbol to a short-quote one in MT4. (Via
GitHub issue)
4. Fixed a typo in the ScriptTakeProfitsNumber input parameter. It may reset after you update to a new version — don't forget to change it back to your preferred value if this happens.
5. Fixed SL and TP lines snapping back while dragging them to a new level. (Via
GitHub issue)
6. Fixed portfolio risk calculation by adding existing swap values to it (MT4 version only). (
@EnrichWave)
7. Script: Fixed detection of pending/instant order type by analyzing the panel rather than relying on price levels alone.
8. Script: Added extra information in the order confirmation window. (
@gut)
9. Script: Fixed order opening when stop-loss is too close to the current price. Previously, it could result in a trade without a stop-loss; no trade will be opened now.
10. Script: Added an option to append automatically generated suffix to order commentary. This can be helpful to uniquely mark sets of orders when trading with multiple take-profit levels. A default value input parameter (AutoSuffix) has been added. (Via
GitHub issue)
11. Script: Improved execution performance due to fewer calls to chart object values.
12. Changed "pips" to "points" everywhere for clarity.
Please download, test, and let me know how the new version works for you!