Revert requiring stoploss for backtest/hyperopt

This commit is contained in:
Matthias 2022-04-29 17:46:33 +02:00
parent b6bee45e82
commit da7a6f58f9

View File

@ -459,8 +459,6 @@ SCHEMA_BACKTEST_REQUIRED = [
'stake_currency',
'stake_amount',
'dry_run_wallet',
'stoploss',
'minimal_roi',
'dataformat_ohlcv',
'dataformat_trades',
]