doc: simplify backtest command example

This commit is contained in:
c9s 2022-12-20 16:05:50 +08:00
parent 330be79ec6
commit bbe58f51cf
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -19,7 +19,7 @@ Create a symlink to your back-test report output directory:
Generate some back-test reports:
```
(cd ../.. && go run ./cmd/bbgo backtest --config bollmaker_ethusdt.yaml --debug --session binance --output output --subdir)
(cd ../.. && go run ./cmd/bbgo backtest --config bollmaker_ethusdt.yaml --debug --output output --subdir)
```
Start the development server: