Skip to content

Commit

Permalink
Merge pull request #1 from you-n-g/nested_decision_exe
Browse files Browse the repository at this point in the history
add import order
  • Loading branch information
wangwenxi-handsome authored Aug 20, 2021
2 parents 6fe658a + 65d5861 commit 5f22970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qlib/backtest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from ..strategy.base import BaseStrategy
from .executor import BaseExecutor
from .order import BaseTradeDecision
from .order import Order
from .position import Position
from .exchange import Exchange
from .backtest import backtest_loop
Expand All @@ -18,6 +19,7 @@
from ..utils import init_instance_by_config
from ..log import get_module_logger
from ..config import C
# make import more user-friendly by enable `from qlib.backtest import STH`


logger = get_module_logger("backtest caller")
Expand Down

0 comments on commit 5f22970

Please sign in to comment.