Adapt after rebase

This commit is contained in:
Matthias
2018-07-31 21:08:03 +02:00
parent 76fbb89a03
commit 40ee86b357
2 changed files with 4 additions and 5 deletions

View File

@@ -91,8 +91,8 @@ class Backtesting(object):
self.strategy = strategy
self.ticker_interval = self.config.get('ticker_interval')
self.tickerdata_to_dataframe = strategy.tickerdata_to_dataframe
self.populate_buy_trend = strategy.populate_buy_trend
self.populate_sell_trend = strategy.populate_sell_trend
self.advise_buy = strategy.advise_buy
self.advise_sell = strategy.advise_sell
@staticmethod
def get_timeframe(data: Dict[str, DataFrame]) -> Tuple[arrow.Arrow, arrow.Arrow]: