Fixes python algorithm to be python 3 compliant

This commit is contained in:
AlexCatarino
2018-02-02 15:07:00 +00:00
parent a02553c524
commit 84282503d0
49 changed files with 117 additions and 132 deletions
@@ -40,7 +40,7 @@ class BasicTemplateForexAlgorithm(QCAlgorithm):
self.SetCash(100000)
# Start and end dates for the backtest.
self.SetStartDate(2013, 10, 07)
self.SetStartDate(2013, 10, 7)
self.SetEndDate(2013, 10, 11)
# Add FOREX contract you want to trade