BLD: paper trading adjustments

This commit is contained in:
fredfortier
2017-12-01 00:06:11 -05:00
parent 207bce6216
commit 4db8131397
6 changed files with 51 additions and 51 deletions
+1
View File
@@ -289,6 +289,7 @@ class ExchangeTradingAlgorithmLive(ExchangeTradingAlgorithmBase):
def __init__(self, *args, **kwargs):
self.algo_namespace = kwargs.pop('algo_namespace', None)
self.live_graph = kwargs.pop('live_graph', None)
self.simulate_orders = kwargs.pop('simulate_orders', None)
self._clock = None
self.frame_stats = deque(maxlen=60)