mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Update back-testing.md
This commit is contained in:
parent
8fc8608997
commit
0abd551f1c
|
@ -51,7 +51,7 @@ bbgo backtest --exchange binance --base-asset-baseline --config config/grid.yaml
|
|||
If you're developing a strategy, you might want to start with a command like this:
|
||||
|
||||
```shell
|
||||
godotenv -f .env.local -- go run ./cmd/bbgo backtest --exchange max --sync-from 2020-11-01 --config config/grid.yaml --base-asset-baseline
|
||||
godotenv -f .env.local -- go run ./cmd/bbgo backtest --exchange binance --config config/grid.yaml --base-asset-baseline
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
|
Loading…
Reference in New Issue
Block a user