Algo / Bot cTrader > 3.2 2.0402

Stop Syncer

Stop Syncer is a cTrader algo helper, designed to update multiple positions with just one click - setting TP/SL or dynamic actions for TP/SL, trailing stop on a fixed value or a dynamic average price.

  • Reset All Orders on the Same Symbol - auto-applies SL and TP to all positions on the same symbol
  • Action Price - automatically decides whether to use SL or TP based on the current price
  • Use AVG - uses the average position price for TP/SL instead of the action price
  • TSL - enables a trailing stop from a given price
Free

Documentation

SwingFish Stop Syncer settings

Settings & Usage

  • Action Price - automatically decides to use SL or TP.
    • If a buy position's price is higher than the given value: SL
    • If a buy position's price is lower than the given value: TP
  • Use AVG - use the average position price for TP/SL instead of the action price.
  • TSL - enable a trailing stop from a given price (works with Action Price and with a hard-set SL).
  • Stop Loss & Take Profit - hard-set values applied to all positions.

Settings allow the location to be set on the chart.

In order to check for updates and write logs, SwingFish apps may need internet and filesystem access, which is why you may be asked for full-access permission. We do not collect or send any data to our servers.
Full README / Changelog
2.0402

(Script version Version 0.14)
SwingFish Stop Syncer

by Mario Hennenberger

this is a small Helper that updates ALL positions on the asset it's running on to have the same stop TP and or Trailing (YSL) Active.


ToDo:
    - re-use Script version
      Switch "Use UI"
    - memorise prices

License:
    Creative Common "CC BY" - you are REQUIRED to mention me or swingfish.trade if you re-publish this.

Contributions:
    - Jiri [ https://www.poshtrader.com ]
    - Mario Hennenberger [ https://www.swingfish.trade ]

get Updates:
    - https://swingfish.trade/stop-syncer

Changes:
	due to loss of sourcecode v2.04 is the last version published as "StopSyncer2 (2).algo"
	the (2) is not a typo .. i will release a rewritten Stopsyncer 3 soon
	
    - readjust margin (bottom left)
    - remove FullAccess Permission request
    - auto placement
    - add version info
    - use average for ActionPrice
      will auto-calculate the Average price and place the Stop or TP there
    - add Remove all Button
      will remove all SL AND TP Sets on all corresponding positions
    - replacement of actions removed (add 2 Apply Buttons one for each action)
    - full UI (remove the need to change values in settings) (Version 2)

    - Action price overrides static numbers
    - move settings to group them better
    - Static settings respect (trail from stop)
    - added "static" TP and SL
      (action price overrides this values for quick changes on positions)
    - fix multiple assets not to be updated
    - Initial version (very crude)