We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afcc80 commit 7f12f3aCopy full SHA for 7f12f3a
freqtrade/data/btanalysis/__init__.py
@@ -1,5 +1,5 @@
1
# flake8: noqa: F401
2
-from .btanalysis import (
+from .bt_fileutils import (
3
BT_DATA_COLUMNS,
4
delete_backtest_result,
5
extract_trades_of_period,
freqtrade/data/btanalysis/btanalysis.py freqtrade/data/btanalysis/bt_fileutils.pyfreqtrade/data/btanalysis/btanalysis.py renamed to freqtrade/data/btanalysis/bt_fileutils.py
0 commit comments