changes testcase

This commit is contained in:
kevinjulian
2021-07-23 11:42:43 +07:00
parent 65fc094c9f
commit aea5da0c73
5 changed files with 236 additions and 229 deletions

View File

@@ -422,7 +422,7 @@ class IStrategy(ABC, HyperStrategyMixin):
logger.debug("Skipping TA Analysis for already analyzed candle")
dataframe['buy'] = 0
dataframe['sell'] = 0
dataframe['buy_tag'] = ''
dataframe['buy_tag'] = None
# Other Defs in strategy that want to be called every loop here
# twitter_sell = self.watch_twitter_feed(dataframe, metadata)