Add binance config sample, improve invalid pair message

This commit is contained in:
Matthias
2018-11-29 07:07:47 +01:00
parent b090b7f4f0
commit 38592c6fa6
2 changed files with 85 additions and 1 deletions

View File

@@ -207,7 +207,8 @@ class Exchange(object):
f'Pair {pair} not compatible with stake_currency: {stake_cur}')
if self.markets and pair not in self.markets:
raise OperationalException(
f'Pair {pair} is not available at {self.name}')
f'Pair {pair} is not available at {self.name}'
f'Please remove {pair} from your whitelist.')
def validate_timeframes(self, timeframe: List[str]) -> None:
"""