mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
add mising const
This commit is contained in:
@@ -177,6 +177,11 @@ CONF_SCHEMA = {
|
|||||||
'minimum_trade_amount': {'type': 'number', 'default': 10},
|
'minimum_trade_amount': {'type': 'number', 'default': 10},
|
||||||
'targeted_trade_amount': {'type': 'number', 'default': 20},
|
'targeted_trade_amount': {'type': 'number', 'default': 20},
|
||||||
'lookahead_analysis_exportfilename': {'type': 'string'},
|
'lookahead_analysis_exportfilename': {'type': 'string'},
|
||||||
|
'startup_candle': {
|
||||||
|
'type': 'array',
|
||||||
|
'uniqueItems': True,
|
||||||
|
'default': [199, 399, 499, 999, 1999],
|
||||||
|
},
|
||||||
'liquidation_buffer': {'type': 'number', 'minimum': 0.0, 'maximum': 0.99},
|
'liquidation_buffer': {'type': 'number', 'minimum': 0.0, 'maximum': 0.99},
|
||||||
'backtest_breakdown': {
|
'backtest_breakdown': {
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
|
|||||||
Reference in New Issue
Block a user