From cb73ea860b6aece26057b50389b9beaf54199bf9 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 30 Nov 2021 10:35:57 +0800 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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