Skip to content

Commit a4f9324

Browse files
committed
Fix imports and add version to pyproject.toml
1 parent 5c84fcf commit a4f9324

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

investing_algorithm_framework/__init__.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
TickerMarketDataSource, MarketService, BacktestReportsEvaluation, \
1111
pretty_print_backtest_reports_evaluation, load_backtest_reports, \
1212
RESERVED_BALANCES, APP_MODE, AppMode, DATETIME_FORMAT, \
13-
load_backtest_report, BacktestDateRange, create_ema_graph, \
14-
create_prices_graph, create_rsi_graph, get_price_efficiency_ratio, \
15-
create_line_graph, convert_polars_to_pandas, DateRange
13+
load_backtest_report, BacktestDateRange, convert_polars_to_pandas, \
14+
DateRange
1615
from investing_algorithm_framework.infrastructure import \
1716
CCXTOrderBookMarketDataSource, CCXTOHLCVMarketDataSource, \
1817
CCXTTickerMarketDataSource, CSVOHLCVMarketDataSource, \
@@ -68,13 +67,6 @@
6867
"DATETIME_FORMAT",
6968
"load_backtest_report",
7069
"BacktestDateRange",
71-
"create_trade_exit_markers_chart",
72-
"create_trade_entry_markers_chart",
73-
"create_ema_graph",
74-
"create_prices_graph",
75-
"create_rsi_graph",
76-
"get_price_efficiency_ratio",
77-
"create_line_graph",
7870
"convert_polars_to_pandas",
7971
"DateRange"
8072
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "investing-algorithm-framework"
3-
version = "v3.7.3"
3+
version = "v3.7.4"
44
description = "A framework for creating trading bots"
55
authors = ["MDUYN"]
66
readme = "README.md"

0 commit comments

Comments
 (0)