mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
1.5 KiB
1.5 KiB
BBGO Documentation Index
General Topics
- Commands - BBGO command line usage
- Build From Source - How to build bbgo
- Back-testing - How to back-test strategies
- TWAP - TWAP order execution to buy/sell large quantity of order
- Dnum Installation - installation of high-precision version of bbgo
Configuration
- Setting up Slack Notification
- Setting up Telegram Notification - Setting up Telegram Bot Notification
- Environment Variables
- Syncing Trading Data - Synchronize private trading data
Deployment
Strategies
- Grid - Grid Strategy Explanation
- Interaction - Interaction registration for strategies
- Price Alert - Send price alert notification on price changes
- Support - Support strategy that buys on high volume support
Development
- Adding New Exchange - Check lists for adding new exchanges
- KuCoin Command-line Test Tool - Kucoin command-line tools
- SQL Migration - Adding new SQL migration scripts
- Release Process - How to make a new release