Addresses Peer-Review
- Standarizes basic template algorithms for options and futures - Fix typo
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user