Skip to content

Commit

Permalink
add import order
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Aug 20, 2021
1 parent 6fe658a commit 65d5861
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 65d5861

Please sign in to comment.