mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
update doc
This commit is contained in:
parent
eb88256a6e
commit
0793e24285
|
@ -100,10 +100,11 @@ Check out the strategy directory [strategy](pkg/strategy) for all built-in strat
|
||||||
- `grid` strategy implements a basic grid strategy with the built-in bollinger indicator [grid](pkg/strategy/grid)
|
- `grid` strategy implements a basic grid strategy with the built-in bollinger indicator [grid](pkg/strategy/grid)
|
||||||
- `flashcrash` strategy implements a strategy that catches the flashcrash [flashcrash](pkg/strategy/flashcrash)
|
- `flashcrash` strategy implements a strategy that catches the flashcrash [flashcrash](pkg/strategy/flashcrash)
|
||||||
|
|
||||||
To run these built-in strategies:
|
To run these built-in strategies, just
|
||||||
|
modify the config file to make the configuration suitable for you, for example if you want to run
|
||||||
|
`buyandhold` strategy:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# modify the config file to make the configuration suitable for you.
|
|
||||||
vim config/buyandhold.yaml
|
vim config/buyandhold.yaml
|
||||||
|
|
||||||
# run bbgo with the config
|
# run bbgo with the config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user