Skip to content

Commit e1d5cf9

Browse files
committed
Export PortfolioProvider and OrderExecutor
1 parent ee3b453 commit e1d5cf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

investing_algorithm_framework/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DateRange, get_backtest_report, DEFAULT_LOGGING_CONFIG, \
1414
BacktestReport, TradeStatus, MarketDataType, TradeRiskType, \
1515
APPLICATION_DIRECTORY, pretty_print_orders, pretty_print_trades, \
16-
pretty_print_positions, DataSource
16+
pretty_print_positions, DataSource, OrderExecutor, PortfolioProvider
1717
from investing_algorithm_framework.infrastructure import \
1818
CCXTOrderBookMarketDataSource, CCXTOHLCVMarketDataSource, \
1919
CCXTTickerMarketDataSource, CSVOHLCVMarketDataSource, \
@@ -83,4 +83,6 @@
8383
"pretty_print_trades",
8484
"pretty_print_positions",
8585
"DataSource",
86+
"OrderExecutor",
87+
"PortfolioProvider",
8688
]

0 commit comments

Comments
 (0)