Allow EUR / USD as stake_currency

It will enable to trade with FIAT on exhanges like GDAX or Kraken.
This commit is contained in:
Gerald Lonlas 2018-05-31 23:44:17 -07:00
parent 7edafbb772
commit acbfe91f13
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ CONF_SCHEMA = {
'properties': {
'max_open_trades': {'type': 'integer', 'minimum': 0},
'ticker_interval': {'type': 'string', 'enum': list(TICKER_INTERVAL_MINUTES.keys())},
'stake_currency': {'type': 'string', 'enum': ['BTC', 'ETH', 'USDT']},
'stake_currency': {'type': 'string', 'enum': ['BTC', 'ETH', 'USDT', 'EUR', 'USD']},
'stake_amount': {'type': 'number', 'minimum': 0.0005},
'fiat_display_currency': {'type': 'string', 'enum': ['AUD', 'BRL', 'CAD', 'CHF',
'CLP', 'CNY', 'CZK', 'DKK',