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
@@ -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))