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
  • Gunbot does what you tell it to do
  • General principle: buy once, sell once
  • Some settings have strategy specific behavior
  • Changing settings on a running trading pair
  • Manual trading

Was this helpful?

  1. How to work with Gunbot
  2. Learning the basics

Trading logic

Essential info about what to expect when working with Gunbot.

Gunbot does what you tell it to do

There is very little magic involved in this product, Gunbot tries to execute exactly the settings you feed it.

This means that you pick the trading pairs the bot should trade and assign a trading strategy to these pairs. Once you've done that, all it takes is starting the bot core to begin automatic trading.

A trading strategy can be very simple, based on one of many presets - or you can create one from scratch using more than 120 different settings options.

General principle: buy once, sell once

A strategy in Gunbot always consists of settings that control when it should buy, and when to sell.

Most strategies will buy one time once the buying criteria occur, then sell everything it bought as soon as selling conditions happen.

While true as a general principle, know that there are many exceptions to this - allowing for a whole lot of flexibility for traders:

  • Some strategies can buy multiple times in a row

  • Dollar Cost Avg (DCA) relies on buying at least twice

  • Sell orders can sometimes be executed in multiple parts

  • Sell orders can be configured to not sell all available funds

  • Etc. This list is not meant as a complete overview of exceptions.

Some settings have strategy specific behavior

Although many settings have exactly the same name across different buy & sell methods, they can still behave slightly different.

For every strategy there is full documentation on what every parameter does, read the strategy documentation if you are unsure about something.

Changing settings on a running trading pair

You can change settings anytime, they take effect as soon as you save them.

If a trading pair placed a buy order with strategy A, it's perfectly fine to change a setting in strategy A or assign a different strategy to this pair.

Manual trading

It's generally not a problem at all if you trade manually on the same exchange account, or even the same pairs that Gunbot trades. Do make sure your settings for cancelling orders don't end up cancelling your manual orders though.

Gunbot will read from the trade history at the exchange and act accordingly. If you have multiple buy orders for a pair, it will work out the average bought price and use that as reference price for selling.

During Reversal Trading it is recommended to not manually trade the same pair.

PreviousLearning the basicsNextImportant settings

Last updated 6 years ago

Was this helpful?