mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 17:34:35 +08:00
move backtest to core, fix calendar bugs, add some docstring
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"""
|
||||
This order generator is for strategies based on WeightStrategyBase
|
||||
"""
|
||||
from ..backtest.position import Position
|
||||
from ..backtest.exchange import Exchange
|
||||
from ...backtest.position import Position
|
||||
from ...backtest.exchange import Exchange
|
||||
import pandas as pd
|
||||
import copy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user