Skip to content

Commit

Permalink
doc: simplify backtest command example
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 20, 2022
1 parent 330be79 commit bbe58f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backtest-report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbe58f5

Please sign in to comment.