1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00
This commit is contained in:
Chia-hung Tai
2022-10-07 22:32:07 +08:00
committed by GitHub
parent bee05f56ef
commit b22ecd145b
2 changed files with 2 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ class TradeRangeByTime(TradeRange):
class BaseTradeDecision(Generic[DecisionType]):
"""
Trade decisions ara made by strategy and executed by executor
Trade decisions are made by strategy and executed by executor
Motivation:
Here are several typical scenarios for `BaseTradeDecision`