Adjust tests and remove legacy variable

This commit is contained in:
Matthias
2018-07-26 19:06:25 +01:00
parent 3324cdfcbe
commit f2a9be3684
2 changed files with 9 additions and 22 deletions

View File

@@ -332,7 +332,6 @@ class FreqtradeBot(object):
th[_pair] = self.exchange.get_ticker_history(_pair, interval)
# Pick pair based on buy signals
bought_at_least_one = False
for _pair in whitelist:
(buy, sell) = self.strategy.get_signal(_pair, interval, th[_pair])