The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / 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 | 2 | |
- 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).
- Added the TAB key as a keyboard shortcut to switch the trade's direction from long to short and vice versa.
- Fixed a bug that resulted in a misplaced line label when switching from long-quote symbol to a short-quote one in MT4.
- 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.
- Fixed SL and TP lines snapping back while dragging them to a new level.
- Fixed portfolio risk calculation by adding existing swap values to it (MT4 version only).
- Script: Fixed detection of pending/instant order type by analyzing the panel rather than relying on price levels alone.
- Script: Added extra information in the order confirmation window.
- 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.
- 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.
- Script: Improved execution performance due to fewer calls to chart object values.
- Changed "pips" to "points" everywhere for clarity.