rename ta_on_candle to process_only_new_candles

be more expressive
This commit is contained in:
Matthias
2018-09-01 19:52:40 +02:00
parent cb46aeb73c
commit d35d3bb38c
6 changed files with 18 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ CONF_SCHEMA = {
},
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},
'dry_run': {'type': 'boolean'},
'ta_on_candle': {'type': 'boolean'},
'process_only_new_candles': {'type': 'boolean'},
'minimal_roi': {
'type': 'object',
'patternProperties': {