You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.