remove comment which proves untrue now
This commit is contained in:
parent
a206777fe5
commit
b981cfcaa0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user