mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 11:21:14 +00:00
Remove long deprecated settings that moved from experimental to
ask_strategy
This commit is contained in:
@@ -182,9 +182,6 @@ CONF_SCHEMA = {
|
||||
'experimental': {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'use_sell_signal': {'type': 'boolean'},
|
||||
'sell_profit_only': {'type': 'boolean'},
|
||||
'ignore_roi_if_buy_signal': {'type': 'boolean'},
|
||||
'block_bad_exchanges': {'type': 'boolean'}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user