mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
update readme
This commit is contained in:
parent
3d66b73216
commit
cb73ea860b
|
@ -16,6 +16,7 @@ A trading bot framework written in Go. The name bbgo comes from the BB8 bot in t
|
||||||
- Built-in strategies
|
- Built-in strategies
|
||||||
- Multi-session support
|
- Multi-session support
|
||||||
- Standard indicators (SMA, EMA, BOLL)
|
- Standard indicators (SMA, EMA, BOLL)
|
||||||
|
- React-powered Web Dashboard
|
||||||
|
|
||||||
## Supported Exchanges
|
## Supported Exchanges
|
||||||
|
|
||||||
|
@ -135,6 +136,12 @@ To run strategy:
|
||||||
bbgo run
|
bbgo run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To start bbgo with the frontend dashboard:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
bbgo run --enable-webserver
|
||||||
|
```
|
||||||
|
|
||||||
## Advanced Setup
|
## Advanced Setup
|
||||||
|
|
||||||
### Setting up Telegram Bot Notification
|
### Setting up Telegram Bot Notification
|
||||||
|
|
Loading…
Reference in New Issue
Block a user