create compatibility code

This commit is contained in:
Matthias
2020-06-02 09:50:56 +02:00
parent 3e895ae74a
commit 09fe3c6f5e
5 changed files with 19 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'max_open_trades': {'type': ['integer', 'number'], 'minimum': -1},
'ticker_interval': {'type': 'string'},
'timeframe': {'type': 'string'},
'stake_currency': {'type': 'string'},
'stake_amount': {