remove indicator name from comment

This commit is contained in:
Matthias Voppichler 2018-04-25 20:03:32 +02:00
parent 2e1124af1a
commit 0987af910e

View File

@ -287,7 +287,7 @@ class FreqtradeBot(object):
if not whitelist:
raise DependencyException('No currency pairs in whitelist')
# Pick pair based on StochRSI buy signals
# Pick pair based on buy signals
for _pair in whitelist:
(buy, sell) = self.analyze.get_signal(_pair, interval)
if buy and not sell: