fix rebase problem

This commit is contained in:
Matthias
2018-07-19 19:41:42 +02:00
parent 760c79c5e9
commit 4fb9823cfb
4 changed files with 7 additions and 9 deletions

View File

@@ -164,7 +164,7 @@ class Backtesting(object):
buy_signal = sell_row.buy
sell = self.strategy.should_sell(trade, sell_row.open, sell_row.date, buy_signal,
sell_row.sell)
sell_row.sell)
if sell.sell_flag:
return BacktestResult(pair=pair,