Home / 2.42
Name Modified Size InfoDownloads / Week
Parent folder
PSC-Trader.ex5 2022-02-28 77.1 kB
PSC-Trader.ex4 2022-02-28 30.2 kB
PositionSizeCalculator.ex5 2022-02-28 488.6 kB
PositionSizeCalculator.ex4 2022-02-28 524.0 kB
README.md 2022-02-28 1.5 kB
Totals: 5 Items   1.1 MB 0
  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).
  2. Added the TAB key as a keyboard shortcut to switch the trade's direction from long to short and vice versa.
  3. Fixed a bug that resulted in a misplaced line label when switching from long-quote symbol to a short-quote one in MT4.
  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.
  6. Fixed portfolio risk calculation by adding existing swap values to it (MT4 version only).
  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.
  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.
  11. Script: Improved execution performance due to fewer calls to chart object values.
  12. Changed "pips" to "points" everywhere for clarity.
Source: README.md, updated 2022-02-28