Update docs, fix stake currency exchange config and more generic backtest tests

This commit is contained in:
Ramon Bastiaans
2018-02-02 00:20:35 +01:00
parent f371fba04b
commit 15b31794ce
5 changed files with 41 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ def init(config: dict) -> None:
except KeyError:
raise OperationalException('Exchange {} is not supported'.format(name))
exchange_config['stake_currency'] = config['stake_currency']
_API = exchange_class(exchange_config)
# Check if all pairs are available