Skip to content

2.42

Compare
Choose a tag to compare
@EarnForex EarnForex released this 28 Feb 11:51
· 34 commits to master since this release
65afbd7
  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.