mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Orthography in the log message
This commit is contained in:
parent
8fc8c985d8
commit
8e7e670003
|
@ -172,7 +172,7 @@ class IStrategy(ABC):
|
|||
dataframe = self.advise_sell(dataframe, metadata)
|
||||
self._last_candle_seen_per_pair[pair] = dataframe.iloc[-1]['date']
|
||||
else:
|
||||
logger.debug("Skippinig TA Analysis for already analyzed candle")
|
||||
logger.debug("Skipping TA Analysis for already analyzed candle")
|
||||
dataframe['buy'] = 0
|
||||
dataframe['sell'] = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user