2022-02-22 08:52:14 +00:00
|
|
|
# BBGO Documentation Index
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### General Topics
|
2022-03-04 07:24:21 +00:00
|
|
|
* [Commands](commands/bbgo.md) - BBGO command line usage
|
|
|
|
* [Build From Source](build-from-source.md) - How to build bbgo
|
|
|
|
* [Back-testing](topics/back-testing.md) - How to back-test strategies
|
|
|
|
* [TWAP](topics/twap.md) - TWAP order execution to buy/sell large quantity of order
|
2022-03-18 01:28:55 +00:00
|
|
|
* [Dnum Installation](topics/dnum-binary.md) - installation of high-precision version of bbgo
|
2022-11-24 09:21:24 +00:00
|
|
|
* [bbgo completion](topics/bbgo-completion.md) - Convenient use of the command line
|
2022-02-22 08:52:14 +00:00
|
|
|
|
|
|
|
### Configuration
|
2022-03-04 07:24:21 +00:00
|
|
|
* [Setting up Slack Notification](configuration/slack.md)
|
|
|
|
* [Setting up Telegram Notification](configuration/telegram.md) - Setting up Telegram Bot Notification
|
|
|
|
* [Environment Variables](configuration/envvars.md)
|
|
|
|
* [Syncing Trading Data](configuration/sync.md) - Synchronize private trading data
|
2022-02-22 08:52:14 +00:00
|
|
|
|
|
|
|
### Deployment
|
2022-03-04 07:24:21 +00:00
|
|
|
* [Helm Chart Deployment](deployment/helm-chart.md)
|
2022-03-04 07:29:58 +00:00
|
|
|
* [Setting up Systemd](deployment/systemd.md)
|
2022-02-22 08:52:14 +00:00
|
|
|
|
|
|
|
### Strategies
|
2022-03-04 07:24:21 +00:00
|
|
|
* [Grid](strategy/grid.md) - Grid Strategy Explanation
|
|
|
|
* [Interaction](strategy/interaction.md) - Interaction registration for strategies
|
|
|
|
* [Price Alert](strategy/pricealert.md) - Send price alert notification on price changes
|
2022-05-31 07:46:55 +00:00
|
|
|
* [Supertrend](strategy/supertrend.md) - Supertrend strategy uses Supertrend indicator as trend, and DEMA indicator as noise filter
|
2022-03-04 07:24:21 +00:00
|
|
|
* [Support](strategy/support.md) - Support strategy that buys on high volume support
|
2022-02-22 08:52:14 +00:00
|
|
|
|
2022-03-04 07:26:18 +00:00
|
|
|
### Development
|
2022-07-06 06:03:44 +00:00
|
|
|
* [Developing Strategy](topics/developing-strategy.md) - developing strategy
|
2022-03-04 07:26:18 +00:00
|
|
|
* [Adding New Exchange](development/adding-new-exchange.md) - Check lists for adding new exchanges
|
|
|
|
* [KuCoin Command-line Test Tool](development/kucoin-cli.md) - Kucoin command-line tools
|
|
|
|
* [SQL Migration](development/migration.md) - Adding new SQL migration scripts
|
|
|
|
* [Release Process](development/release-process.md) - How to make a new release
|