mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: add userdatastream command to the readme
This commit is contained in:
parent
8f8d47241d
commit
5044be2508
|
@ -397,6 +397,14 @@ bbgo cancel-order --session=okex --order-id=318223238325248000 --symbol=OKBUSDT
|
|||
bbgo cancel-order --session=max --order-id=1234566
|
||||
```
|
||||
|
||||
### Debugging user data stream
|
||||
|
||||
```shell
|
||||
bbgo userdatastream --session okex
|
||||
bbgo userdatastream --session max
|
||||
bbgo userdatastream --session binance
|
||||
```
|
||||
|
||||
## Dynamic Injection
|
||||
|
||||
In order to minimize the strategy code, bbgo supports dynamic dependency injection.
|
||||
|
|
Loading…
Reference in New Issue
Block a user