fix state.py
This commit is contained in:
@@ -61,7 +61,7 @@ def StartTrend() -> None:
|
||||
config.account_config.strategy,
|
||||
config.account_config.account_id,
|
||||
)
|
||||
order_book = OrderBook(state=storeState)
|
||||
order_book = OrderBook()
|
||||
order_book.refresh(client, portfolio.orders)
|
||||
storeState.reconcile(positions, portfolio.orders)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user