1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 01:51:18 +08:00

Remove non-existing parameter from doc

Remove non-existing TradeExchange parameter from generate_target_weight_position doc
This commit is contained in:
al
2021-06-08 09:35:36 +08:00
committed by GitHub
parent 12b7be333d
commit 7d9544fb91

View File

@@ -148,7 +148,6 @@ class WeightStrategyBase(BaseStrategy, AdjustTimer):
pred score for this trade date, index is stock_id, contain 'score' column.
current : Position()
current position.
trade_exchange : Exchange()
trade_date : pd.Timestamp
trade date.
"""