Fixes EmaCrossUniverseSelectionModel indicator update logic
Instead of using the `&&` operator, use `&` so that both EMA are updated.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user