1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 02:50:58 +08:00

Black format

This commit is contained in:
Jactus
2021-04-22 14:17:25 +08:00
parent aafaff45d2
commit 8adfafa6aa

View File

@@ -127,7 +127,7 @@ def backtest(pred, strategy, executor, trade_exchange, shift, verbose, account,
def update_account(trade_account, trade_info, trade_exchange, trade_date):
"""
Update the account and strategy
Parameters
----------
trade_account : Account()