TrailMe
Price trailing for various types of spot trading orders
TrailMe is a group of features that allows you to trail different types of trades to reach better entry or exit points. This page describes all available configuration options.
Trailing works just like it does for the TSSL strategy, the difference being the starting point of trailing.
Orders resulting from trailing are only placed when the main strategy criteria are met, and confirming indicators (if any) allow the order. All these conditions must occur in the same cycle.
TrailMe settings parameters
Trail Me Buy
Use this to enable tssl-style trailing for strategy buy orders.
Values: true or false
Default value: false
Affects
Does not affect
Strategy buy
RT buy
Strategy sell
Close
DCA buy
Stop limit
RT buyback
RT sell
Parameter name in config.js: TRAIL_ME_BUY
Trail Me Sell
Use this to enable tssl-style trailing for strategy sell orders.
Values: true or false
Default value: false
Affects
Does not affect
Strategy sell
RT buy
Strategy buy
Close
DCA buy
Stop limit
RT buyback
RT sell
Parameter name in config.js: TRAIL_ME_SELL
Trail Me DU
Use this to enable tssl-style trailing for DU orders.
Values: true or false
Default value: false
Affects
Does not affect
DCA buy
RT buy
Strategy sell
Close
Strategy buy
Stop limit
RT buyback
RT sell
Parameter name in config.js: TRAIL_ME_DU
Trail Me RT
Use this to enable tssl-style trailing for RT_BUY orders.
Values: true or false
Default value: false
Affects
Does not affect
RT buy
Strategy buy
Strategy sell
Close
DCA buy
Stop limit
RT buyback
RT sell
Parameter name in config.js: TRAIL_ME_RT
Trail Me RT Sell
Use this to enable tssl-style trailing for RT_SELL orders above the last RT_BUY rate.
Values: true or false
Default value: false
Affects
Does not affect
RT sell
Strategy buy
Strategy sell
Close
DCA buy
Stop limit
RT buyback
RT buy
Parameter name in config.js: TM_RT_SELL
Trail Me Buy Range
This sets the buy range for TrailMe.
Setting a range of 0.5% at a starting price of 0.1 would set a range between 0.0995 and 0.1005. As long as prices keep moving downwards, the range moves down along with the price.
As soon as prices start going upward, the range freezes and a buy order is placed when the price crosses the upper boundary of the range.
Values: numerical – represent a percentage.
Default value: 0.5
Affects
Does not affect
Strategy buy
RT sell
RT Buy
Strategy sell
DCA buy
Close
Stop limit
RT buyback
Parameter name in config.js: TRAIL_ME_BUY_RANGE
Trail Me Sell Range
This sets the sell range for TrailMe.
Setting a range of 0.5% at a current price of 0.1 would set a range between 0.0995 and 0.1005. As long as prices keep moving upwards, the range moves up along with the price.
As soon as prices start going downward, the range freezes and a sell order is placed when the prices crosses the lower boundary of the range.
Values: numerical – represent a percentage.
Default value: 0.5
Affects
Does not affect
Strategy sell
Strategy buy
RT buy
Close
DCA buy
Stop limit
RT buyback
RT sell
Parameter name in config.js: TRAIL_ME_SELL_RANGE
Trail Me RT Sell Range
This sets the sell range for TrailMe.
Setting a range of 0.5% at a current price of 0.1 would set a range between 0.0995 and 0.1005. As long as prices keep moving upwards, the range moves up along with the price.
As soon as prices start going downward, the range freezes and a sell order is placed when the prices crosses the lower boundary of the range.
Values: numerical – represent a percentage.
Default value: 0.5
Affects
Does not affect
RT sell
Strategy buy
Strategy sell
Close
DCA buy
Stop limit
RT buyback
RT buy
Parameter name in config.js: TRAIL_ME_RT_SELL_RANGE
Last updated
Was this helpful?