Regression test assert order list hash

- Regression tests assert order list hash value
- Normalizing some regression test behavior that had differences between
C# and Py
This commit is contained in:
Martin Molinero
2020-02-19 19:43:57 -03:00
parent 685b231890
commit 0027ab1e66
123 changed files with 391 additions and 201 deletions
@@ -52,7 +52,7 @@ class BasicTemplateOptionsAlgorithm(QCAlgorithm):
self.SetBenchmark(equity.Symbol)
def OnData(self,slice):
if self.Portfolio.Invested: return
if self.Portfolio.Invested or not self.IsMarketOpen(self.option_symbol): return
chain = slice.OptionChains.GetValue(self.option_symbol)
if chain is None: