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
  • Trading behavior
  • How to create a tenkan strategy
  • Strategy settings

Was this helpful?

  1. Trading strategy options
  2. Margin trading strategies

Tenkan

PreviousSMA crossNextTssl (trailing stop / stop limit)

Last updated 3 years ago

Was this helpful?

An easy to use strategy with built in DCA and ROE trailing, using the Ichimoku tenkan line.

This strategy uses a limited subset of the regularly available strategy settings. Only the strategy options shown in the strategy editor for Tenkan have an effect.

Trading behavior

A long position is opened when price is below kumo and tenkan crosses down the candle body. If the same happens again at a price at least 'DCA spread' below the previous order, a DCA order is placed.

A short position is opened when price is above kumo and tenkan crosses up the candle body. If the same happens again at a price at least 'DCA spread' above the previous order, a DCA order is placed.

To close a trade, the opposite conditions of opening it must happen and ROE scalper must finish trailing.

How to create a tenkan strategy

Use the advanced strategy editor and create a new strategy, select TENKAN as buy and sell method.

Strategy settings

To use this strategy, these are the settings you can configure:

Setting

Description

Trading limit

The amount to invest per buy order.

On an USDT-BTC pair, a trading limit of 20 means that every buy order is for 20 USDT. Always make sure that trading limit is set higher than min volume to sell.

Buy enabled

Allow / disallow buy orders

When true, the bot is allowed to place buy orders.

Sell enabled

Allow / disallow sell orders

When true, the bot is allowed to place sell orders.

ROE

Minimum ROE target

This is the minimum ROE target for any position.

ROE limit

Trailing range in ROE

When trailing, this setting defines how large the trailing range is. When set to 5 and trailing starts when 10% ROE is reached, the initial trailing stop will be set at ROE 5.

DCA spread

Minimum price difference between orders in the same direction

A DCA spread of 1 makes sure that orders are never placed closer than 1% apart.

Maker fees

Option to use post only orders

With this option enabled, orders get placed as post only.

Market close

Use market orders to close positions

When false, close orders are placed as limit orders. When true, close orders are placed as market orders.

Period

Sets the chart interval

Candles length

Number of candles requested from the exchange

Tenkan period

Number of candles used to calculate tenkan

Kijun period

Number of candles used to calculate kijun

Senkouspan period

Number of candles used to calculate senkou span

Displacement

Number of candles to displace kumo

The default period is 15. Make sure to only use

supported period values.
Typical trades using the tenkan strategy