mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: remove hdf5 from supported data handlers
This commit is contained in:
@@ -1055,7 +1055,6 @@
|
|||||||
"enum": [
|
"enum": [
|
||||||
"json",
|
"json",
|
||||||
"jsongz",
|
"jsongz",
|
||||||
"hdf5",
|
|
||||||
"feather",
|
"feather",
|
||||||
"parquet"
|
"parquet"
|
||||||
],
|
],
|
||||||
@@ -1067,7 +1066,6 @@
|
|||||||
"enum": [
|
"enum": [
|
||||||
"json",
|
"json",
|
||||||
"jsongz",
|
"jsongz",
|
||||||
"hdf5",
|
|
||||||
"feather",
|
"feather",
|
||||||
"parquet"
|
"parquet"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ AVAILABLE_PAIRLISTS = [
|
|||||||
"SpreadFilter",
|
"SpreadFilter",
|
||||||
"VolatilityFilter",
|
"VolatilityFilter",
|
||||||
]
|
]
|
||||||
AVAILABLE_DATAHANDLERS = ["json", "jsongz", "hdf5", "feather", "parquet"]
|
AVAILABLE_DATAHANDLERS = ["json", "jsongz", "feather", "parquet"]
|
||||||
BACKTEST_BREAKDOWNS = ["day", "week", "month"]
|
BACKTEST_BREAKDOWNS = ["day", "week", "month"]
|
||||||
BACKTEST_CACHE_AGE = ["none", "day", "week", "month"]
|
BACKTEST_CACHE_AGE = ["none", "day", "week", "month"]
|
||||||
BACKTEST_CACHE_DEFAULT = "day"
|
BACKTEST_CACHE_DEFAULT = "day"
|
||||||
|
|||||||
Reference in New Issue
Block a user