Skip to content

Commit

Permalink
Merge branch 'master' of github.com:timkpaine/aat
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 6, 2019
2 parents 32ae6e1 + 8a4c83a commit 1ed6783
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@ class Callback(metaclass=ABCMeta):
@abstractmethod
def onError(self, data: MarketData):
'''onError'''

def onExit(self):
'''onExit'''
pass

def onAnalyze(self, data):
'''onAnalyze'''
pass

def onHalt(self, data):
'''onHalt'''
pass

def onContinue(self, data):
'''onContinue'''
pass
```

## Strategy
Expand All @@ -97,7 +81,6 @@ class Strategy(metaclass=ABCMeta):
callback: Callback,
data: MarketData):
'''requestSell'''
self._requests.append((time, actionType, data))
```

## Example Strategy
Expand Down

0 comments on commit 1ed6783

Please sign in to comment.