Addresses Peer-Review

- Standarizes basic template algorithms for options and futures
- Fix typo
This commit is contained in:
AlexCatarino
2020-02-12 22:28:22 +00:00
parent 17d8ac1811
commit f6d7e5fcd7
17 changed files with 41 additions and 37 deletions
@@ -42,7 +42,7 @@ class BasicTemplateOptionsHistoryAlgorithm(QCAlgorithm):
option = self.AddOption("GOOG")
# add the initial contract filter
# SetFilter method accepts timedelta objects or integer for days.
# The following statements yeild the same filtering criteria
# The following statements yield the same filtering criteria
option.SetFilter(-2, +2, 0, 180)
# option.SetFilter(-2,2, timedelta(0), timedelta(180))