mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
feat: don't limit spaces to builtin spaces
This commit is contained in:
@@ -8,7 +8,6 @@ from freqtrade.constants import (
|
|||||||
BACKTEST_CACHE_AGE,
|
BACKTEST_CACHE_AGE,
|
||||||
DRY_RUN_WALLET,
|
DRY_RUN_WALLET,
|
||||||
EXPORT_OPTIONS,
|
EXPORT_OPTIONS,
|
||||||
HYPEROPT_BUILTIN_SPACES,
|
|
||||||
HYPEROPT_LOSS_BUILTIN,
|
HYPEROPT_LOSS_BUILTIN,
|
||||||
MARGIN_MODES,
|
MARGIN_MODES,
|
||||||
ORDERTIF_POSSIBILITIES,
|
ORDERTIF_POSSIBILITIES,
|
||||||
@@ -260,7 +259,7 @@ CONF_SCHEMA = {
|
|||||||
"includes all spaces except for 'trailing', 'protection', and 'trades'."
|
"includes all spaces except for 'trailing', 'protection', and 'trades'."
|
||||||
),
|
),
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {"type": "string", "enum": HYPEROPT_BUILTIN_SPACES},
|
"items": {"type": "string"},
|
||||||
"default": ["default"],
|
"default": ["default"],
|
||||||
},
|
},
|
||||||
"analyze_per_epoch": {
|
"analyze_per_epoch": {
|
||||||
|
|||||||
Reference in New Issue
Block a user