Remove order event logging in BasicTemplateFuturesAlgorithm
Regression run time is now about 50% less
This commit is contained in:
@@ -60,7 +60,3 @@ class BasicTemplateFuturesAlgorithm(QCAlgorithm):
|
||||
self.MarketOrder(front.Symbol , 1)
|
||||
else:
|
||||
self.Liquidate()
|
||||
|
||||
|
||||
def OnOrderEvent(self, orderEvent):
|
||||
self.Log(str(orderEvent))
|
||||
Reference in New Issue
Block a user