Gunbot wiki
Wiki em português
English
English
  • Welcome to the Gunbot wiki
  • About
    • What's new?
      • New in v22
      • New in v20
      • New in v18
      • New in v16.7+
      • New in v16
      • New in v15
      • New in v13 / v14
      • New in v12
      • New in v11
      • New in v10
      • New in v9
      • New in v8
      • New in v7
      • New in v6
    • Supported exchanges
      • Creating API keys
      • Websockets support
    • License info & system specs
      • How to create a wallet
    • Purchasing Gunbot
  • Setup & general settings
    • Installation & startup
      • Quickstart guide
      • Download software
      • Windows installation
      • macOS installation
      • Linux installation
      • ARM installation
      • How to enable SSL/TLS
      • Running multiple instances
      • Headless mode
    • Global settings
      • Import settings
      • Bot settings
      • Cancel orders
      • Advanced
    • Profile settings
      • Exchanges
      • Gunthy wallet
      • Edit license
      • GUI authentication
      • Telegram
      • Tournament
  • How to work with Gunbot
    • Learning the basics
      • Trading logic
      • Important settings
      • Order types
      • Period
      • Trailing
      • ROE trailing
    • Strategies & pairs
      • Easy edit
      • Strategy editor
      • Trading pairs
        • Pair processing
    • Chart & results
    • Extra modules
      • AutoConfig
      • Backtesting
      • Code editor
      • TradingView Alerts
        • IMAP listener
      • Alerts (beta)
  • Trading strategy options
    • About Gunbot strategies
      • Trading methods
      • Protections
    • Regular strategies (spot trading)
      • ADX
      • ATRTS
      • Bollinger Bands
      • Bollinger Bands (TA)
      • EMA spread
      • Emotionless
      • Gain
      • Ichimoku
      • MACD
      • MACDH
      • Pingpong
      • Stepgain
      • Spotgrid
      • Spotgrid Advanced
      • StepGrid
      • SMA cross
      • Support / Resistance
      • Tssl (trailing stop / stop limit)
      • Time series analysis
    • Margin trading strategies
      • ADX
      • ATRTS
      • Bollinger Bands
      • Bollinger Bands (TA)
      • EMA spread
      • Futures Grid
      • Gain
      • Ichimoku
      • MACD
      • MACDH
      • Pingpong
      • Stepgain
      • SMA cross
      • Tenkan
      • Tssl (trailing stop / stop limit)
      • Time series analysis
    • Custom strategies
    • Balance settings
    • Confirming indicators
    • Dollar Cost Avg (DCA)
    • Reversal trading (RT)
    • TrailMe
    • Misc settings
  • More
    • Config marketplace
  • Various
    • Backups
    • Logs
    • Handling bags
    • Acronyms
  • Troubleshooting
    • Critical errors
    • Bot does not trade
    • Reset password
Powered by GitBook
On this page
  • TrailMe settings parameters
  • Trail Me Buy
  • Trail Me Sell
  • Trail Me DU
  • Trail Me RT
  • Trail Me RT Sell
  • Trail Me Buy Range
  • Trail Me Sell Range
  • Trail Me RT Sell Range

Was this helpful?

  1. Trading strategy options

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

PreviousReversal trading (RT)NextMisc settings

Last updated 6 years ago

Was this helpful?