Skip to content

Releases: EarnForex/PositionSizer

2.34

20 Mar 17:08
98d4b38
Compare
Choose a tag to compare
  1. Added multiple TP lines and TP input fields on the Main tab when the ScriptTakePorfitsNumber input parameter is greater than 1.
  2. Added additional SL label option to show risk above the stop-loss line. This can be helpful when the panel is minimized.
  3. Added risk-to-reward ratio display to the additional TP label.
  4. Added lot display for additional TP labels when multiple TP levels are in use.
  5. Added Stop-loss button when default SL value is set via input parameters.
  6. Added current symbol filter checkbox to the Risk tab.
  7. Added automatic restoration of line objects if they get accidentally deleted.
  8. Added helpful tooltips to relevant panel elements and lines.
  9. Added a warning for cases when calculated position size is greater than the maximum position size possible with current free margin — position size becomes red.
  10. MT5 wide format for 8 decimal places now kicks in only if either account balance or the chart symbol use so many decimal places.
  11. PSC-Trader script will now correctly detect the status of the Disable trading when lines are hidden checkbox.
  12. Fixed a bug in MT5 version that made the stop price line appear after input parameters change even if order type wasn't set to stop limit.
  13. Fixed a bug in MT5 version that prevented the LinesSelected input parameter from working properly.
  14. Fixed a bug in MT4 that resulted in invalid stop-loss values when SL in pips was used and the chart's symbol switch occurred.
  15. Fixed a bug in MT5 that resulted in some panel fields to appear when a chart timeframe was switched on a minimized panel in the locked take-profit mode.
  16. Fixed potential 'division by zero' errors when chart data isn't ready.

2.33

13 Dec 11:16
f42c3f1
Compare
Choose a tag to compare
  1. Fixed potential 'division by zero' error.
  2. Fixed calculations when trading currency pair with Base Currency == Account Currency (e.g., USD/JPY with USD account).
  3. Fixed extra trailing zeros in swap display.

2.32

18 Nov 16:07
64349a5
Compare
Choose a tag to compare
  1. Stop-limit pending orders (MT5).
  2. Optional order confirmation via script.
  3. Take-profit button state to fix TP to Entry-SL distance.
  4. Current timeframe in ATR Timeframe button.
  5. TP label for %/$ profit.
  6. Two quick risk buttons.
  7. Quick multi-TP buttons.
  8. RoundDown input to control normal/down rounding.
  9. Chart objects prefix.
  10. Fix 'array out of range' when switching from several TPs to one TP.
  11. Fix checkboxes not updaing.
  12. Fix Long/Short not switching.
  13. Fix script not obeying checkboxes on Script tab.
  14. Fix symbol leverage calculation.
  15. Fix panel position bug.
  16. Fix reward calculation for CFDs (MT4).
  17. Fix position size calculation for futures (MT4).
  18. Fix compatibility with other panels.
  19. Fix position size calculation for FORTS Futures (MT5).
  20. Fix maximum position size by margin calculation (MT5).
  21. Fix responsiveness of line labels.
  22. Fix precision by replacing FLT_EPSILON with DBL_EPSILON.
  23. Fix for cases when symbol has RUR currency (instead of RUB).
  24. Old code cleanup in PSC-Trader.

2.30

22 Jun 13:54
5bc167e
Compare
Choose a tag to compare

Fixed reference pair search.
Fixed panel placement bugs.
Fixed rounding issues.
TP line will now appear if some TP is entered on the Script tab.
Added tick size granularity adjustment for Script's multiple TP levels.
Fixed a bug with TP line not appearing in MT4 version when ATR TP is turned on by default.
Added input parameter (CalculateUnadjustedPositionSize) to disable broker-specific adjustments to the calculated position size.
Fixed a bug with Entry line not appearing selected when default entry type is pending.
PSC-Trader script updated to version 1.09 to provide a more obvious way of informing users about disabled AutoTrading.

2.291

29 May 18:41
3adb5ed
Compare
Choose a tag to compare
  1. Multiple TPs now supported for trading script (download PSC-Trader v. 1.08).
  2. All panel customization can now be done via a set of input parameters. This enables better use of chart templates.
  3. Lines are now selected by default when applicable.
  4. Switching position type can now be done with a single click.
  5. Doesn't recalculate on timer when not needed.
  6. Improved risk and reward calculation formulas, especially in MT5.
  7. Take-profit button now uses reward pip value to calculate its distance.
  8. Fixed a bug in MT5 version when currency pairs are of 'Forex no leverage' type.

2.28

13 May 15:11
3fb8e4a
Compare
Choose a tag to compare

Fixed:

  1. Some minor glitches with Entry/SL/TP lines.
  2. Typos mentioned in the Issues (and some other too).

Changed:

  1. More accurate calculation of pip value for position size and other fields. Also, helps to get rid of some annoying input parameters.
  2. Faster execution due to postponing some of parts of the calculations until a certain tab is active.
  3. Faster execution due to remembering and reusing the currency conversion pairs.

Added:

  1. New Script tab fields to disable SL/TP for orders executed with PSC-Trader script. Script also has been updated to accommodate this change.

2.27

07 Nov 12:51
c1c36c5
Compare
Choose a tag to compare

Fixed:

  1. Margin calculation for CFDs in MT5.
  2. Division by zero error for some portfolio risk cases.
  3. Potential portfolio reward inaccuracy.
  4. Default Entry and SL levels when using default.tpl template.

Changed:

  1. File name format for PSC settings. WARNING: All panel fields will be reset after upgrading to version 2.27.

Added:

  1. Input parameter to disable tick value adjustment (good with some brokers, for example IC Markets).
  2. Input groups in MT5.

2.26

09 Oct 17:08
7e04154
Compare
Choose a tag to compare

Fixed a bug that prevented correct calculation when account currency is not the same as the trading symbol's profit currency.

2.25

05 Oct 17:03
3f9ef65
Compare
Choose a tag to compare

Compatibility with MT5 Build 2170 and possible newer releases of MT4.

2.24

21 Aug 10:28
0459056
Compare
Choose a tag to compare

Optimized portfolio risk and reward calculation.
Fixed swap (interest rate) calculation.