Skip to content

Commit

Permalink
fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 3, 2019
1 parent 18285b3 commit 31d7054
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ class BuyAndHoldStrategy(TradingStrategy):
time=data.time)
slog.info("requesting buy : %s", req)
self.requestBuy(self.onBuy, req)
return True
return False

def onError(self, e) -> None:
elog.critical(e)
Expand Down

0 comments on commit 31d7054

Please sign in to comment.