update readme

This commit is contained in:
c9s 2021-11-30 10:35:57 +08:00
parent 3d66b73216
commit cb73ea860b

View File

@ -16,6 +16,7 @@ A trading bot framework written in Go. The name bbgo comes from the BB8 bot in t
- Built-in strategies
- Multi-session support
- Standard indicators (SMA, EMA, BOLL)
- React-powered Web Dashboard
## Supported Exchanges
@ -135,6 +136,12 @@ To run strategy:
bbgo run
```
To start bbgo with the frontend dashboard:
```sh
bbgo run --enable-webserver
```
## Advanced Setup
### Setting up Telegram Bot Notification