Remove semicolon in python algrotihms

This commit is contained in:
Jing Wu
2018-07-06 11:05:16 -04:00
parent 889fd927fc
commit 084cd294b0
28 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class TimeInForceAlgorithm(QCAlgorithm):
# The default time in force setting for all orders is GoodTilCancelled (GTC),
# uncomment this line to set a different time in force.
# We currently only support GTC and DAY.
# self.DefaultOrderProperties.TimeInForce = TimeInForce.Day;
# self.DefaultOrderProperties.TimeInForce = TimeInForce.Day
self.symbol = self.AddEquity("SPY", Resolution.Minute).Symbol