mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
add mising const
This commit is contained in:
parent
b77f926cdd
commit
607c604a45
|
@ -177,6 +177,11 @@ CONF_SCHEMA = {
|
|||
'minimum_trade_amount': {'type': 'number', 'default': 10},
|
||||
'targeted_trade_amount': {'type': 'number', 'default': 20},
|
||||
'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},
|
||||
'backtest_breakdown': {
|
||||
'type': 'array',
|
||||
|
|
Loading…
Reference in New Issue
Block a user