mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
06e9450859
add documentation index
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# BBGO Documentation Index
|
|
--------------------------
|
|
|
|
### General Topics
|
|
* [bbgo command index](commands/bbgo.md) - BBGO prompt user interface
|
|
* [bbgo build](build-from-source.md) - How to build bbgo
|
|
* [bbgo backtest](topics/back-testing.md) - How to backtesting strategies
|
|
* [bbgo TWAP](topics/twap.md) - TWAP order execution to buy/sell large quantity of order
|
|
|
|
### Configuration
|
|
* [bbgo slack](configuration/slack.md) - Setting up Slack Notification
|
|
* [bbgo telegram](configuration/telegram.md) - Setting up Telegram Bot Notification
|
|
* [bbgo env](configuration/envvars.md) - Environment variables
|
|
* [bbgo sync](configuration/sync.md) - Synchronize private trading data
|
|
|
|
### Deployment
|
|
* [bbgo chart](deployment/helm-chart.md) - Helm Chart setup
|
|
|
|
### Development
|
|
* [bbgo new exchange](development/adding-new-exchange.md) - Check lists for adding new exchanges
|
|
* [bbgo kucoin cli](development/kucoin-cli.md) - Kucoin command-line tools
|
|
* [bbgo sql migration](development/migration.md) - Adding new SQL migration scripts
|
|
* [bbgo release process](development/release-process.md) - How to make a new release
|
|
|
|
### Strategies
|
|
* [bbgo grid](strategy/grid.md) - Grid Strategy Explanation
|
|
* [bbgo interaction](strategy/interaction.md) - Interaction registration for strategies
|
|
* [bbgo price alert](strategy/pricealert.md) - Send price alert notification on price changes
|
|
* [bbgo support](strategy/support.md) - Support strategy that buys on high volume support
|
|
|
|
|