Revert "Merge pull request #1526 from AlexCatarino/python3"
This reverts commit2e523992d0, reversing changes made tofa48fc23ea.
This commit is contained in:
@@ -40,7 +40,7 @@ class BasicTemplateForexAlgorithm(QCAlgorithm):
|
||||
self.SetCash(100000)
|
||||
|
||||
# Start and end dates for the backtest.
|
||||
self.SetStartDate(2013, 10, 7)
|
||||
self.SetStartDate(2013, 10, 07)
|
||||
self.SetEndDate(2013, 10, 11)
|
||||
|
||||
# Add FOREX contract you want to trade
|
||||
|
||||
Reference in New Issue
Block a user