mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Update README.md
This commit is contained in:
parent
3e87cbb83a
commit
74f93f80fa
|
@ -362,6 +362,10 @@ Check out the strategy directory [strategy](pkg/strategy) for all built-in strat
|
||||||
- `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)
|
||||||
- `marketcap` strategy implements a strategy that rebalances the portfolio based on the
|
- `marketcap` strategy implements a strategy that rebalances the portfolio based on the
|
||||||
market capitalization [marketcap](pkg/strategy/marketcap). See [document](./doc/strategy/marketcap.md).
|
market capitalization [marketcap](pkg/strategy/marketcap). See [document](./doc/strategy/marketcap.md).
|
||||||
|
- `pivotshort` - shorting focused strategy.
|
||||||
|
- `irr` - return rate strategy.
|
||||||
|
- `drift` - drift strategy.
|
||||||
|
- `grid2` - the second-generation grid strategy.
|
||||||
|
|
||||||
To run these built-in strategies, just modify the config file to make the configuration suitable for you, for example if
|
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
|
you want to run
|
||||||
|
|
Loading…
Reference in New Issue
Block a user