Fixes EmaCrossUniverseSelectionModel indicator update logic

Instead of using the `&&` operator, use `&` so that both EMA are updated.
This commit is contained in:
AlexCatarino
2018-05-08 19:47:20 +01:00
parent 5d6dea6473
commit ff574b9d86
4 changed files with 6 additions and 6 deletions
@@ -37,7 +37,7 @@ class EmaCrossUniverseSelectionFrameworkAlgorithm(QCAlgorithmFramework):
def Initialize(self):
self.SetStartDate(2010,1,1)
self.SetStartDate(2013,1,1)
self.SetEndDate(2015,1,1)
self.SetCash(100000)