mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
update readme for builtin strategies
This commit is contained in:
parent
b3eaf832af
commit
968af40cb2
|
@ -107,9 +107,13 @@ streambook := types.NewStreamBook(symbol)
|
|||
streambook.BindStream(stream)
|
||||
```
|
||||
|
||||
## Strategies
|
||||
## Built-in Strategies
|
||||
|
||||
Please check out the directory: [strategies](strategies)
|
||||
Check out the strategy directory [strategy](pkg/strategy) for all built-in strategies:
|
||||
|
||||
- pricealert strategy demonstrates how to use the notification system [pricealert](pkg/strategy/pricealert)
|
||||
- xpuremaker strategy demonstrates how to maintain the orderbook and submit maker orders [xpuremaker](pkg/strategy/xpuremaker)
|
||||
- buyandhold strategy demonstrates how to subscribe kline events and submit market order [buyandhold](pkg/strategy/buyandhold)
|
||||
|
||||
## New API Design
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user