dev progress
This commit is contained in:
@@ -57,7 +57,7 @@ class TradingPair:
|
||||
instruments: List[Dict[str, str]],
|
||||
):
|
||||
|
||||
from pt_strategy.pt_model import PairsTradingModel
|
||||
from pairs_trading.lib.pt_strategy.pt_model import PairsTradingModel
|
||||
|
||||
assert len(instruments) == 2, "Trading pair must have exactly 2 instruments"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user