remove comment which proves untrue now

This commit is contained in:
Matthias 2018-12-29 14:15:13 +01:00
parent a206777fe5
commit b981cfcaa0
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ class FreqtradeBot(object):
self.active_pair_whitelist = self.pairlists.whitelist
# Calculating Edge positiong
# Should be called before refresh_latest_ohlcv
# Otherwise it will override cached klines in exchange
# with delta value (klines only from last refresh_latest_ohlcv)
if self.edge:
self.edge.calculate()
self.active_pair_whitelist = self.edge.adjust(self.active_pair_whitelist)