chore: remove edge module and config options

This commit is contained in:
Matthias
2025-06-10 07:00:38 +02:00
parent 1b4592a2f3
commit ff06d58ace
5 changed files with 1 additions and 542 deletions

View File

@@ -240,13 +240,6 @@ AVAILABLE_CLI_OPTIONS = {
default=constants.BACKTEST_CACHE_DEFAULT,
choices=constants.BACKTEST_CACHE_AGE,
),
# Edge
"stoploss_range": Arg(
"--stoplosses",
help="Defines a range of stoploss values against which edge will assess the strategy. "
'The format is "min,max,step" (without any space). '
"Example: `--stoplosses=-0.01,-0.1,-0.001`",
),
# Hyperopt
"hyperopt": Arg(
"--hyperopt",