mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 11:21:14 +00:00
Better wording for config options
This commit is contained in:
@@ -203,8 +203,11 @@ CONF_SCHEMA = {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'method': {'type': 'string', 'enum': AVAILABLE_PROTECTIONS},
|
||||
'stop_duration': {'type': 'number', 'minimum': 0.0},
|
||||
'trade_limit': {'type': 'number', 'integer': 1},
|
||||
'lookback_period': {'type': 'number', 'integer': 1},
|
||||
},
|
||||
'required': ['method'],
|
||||
'required': ['method', 'trade_limit'],
|
||||
}
|
||||
},
|
||||
'telegram': {
|
||||
|
||||
Reference in New Issue
Block a user