removed old code from create_trade

This commit is contained in:
Yazeed Al Oyoun 2020-03-11 16:49:37 +01:00
parent 4e45abbf13
commit d239e99904

View File

@ -393,7 +393,6 @@ class FreqtradeBot:
dataframe = self.dataprovider.ohlcv(pair, self.strategy.ticker_interval)
latest = dataframe.iloc[-1]
# Check if dataframe is out of date
signal_date = arrow.get(latest['date'])
if self.strategy.is_pair_locked(pair):
logger.info(f"Pair {pair} is currently locked.")