diff --git a/README.md b/README.md index e381df33a..3227b51b7 100644 --- a/README.md +++ b/README.md @@ -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