Merge pull request #1901 from yperfanov/bid_ask_strategy

Bid ask strategy
This commit is contained in:
Matthias
2019-06-11 11:14:39 +02:00
committed by GitHub
3 changed files with 25 additions and 2 deletions

View File

@@ -85,8 +85,7 @@ class DataProvider(object):
"""
return latest orderbook data
"""
# TODO: Implement me
pass
return self._exchange.get_order_book(pair, max)
@property
def runmode(self) -> RunMode: