Addresses Peer-Review
- Standarizes basic template algorithms for options and futures - Fix typo
This commit is contained in:
@@ -47,7 +47,7 @@ class BasicTemplateOptionStrategyAlgorithm(QCAlgorithm):
|
||||
|
||||
# set our strike/expiry filter for this option chain
|
||||
# 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