added RegressionChannelAlgorithm(Python)
This commit is contained in:
@@ -65,10 +65,4 @@ class RegressionChannelAlgorithm(QCAlgorithm):
|
||||
def OnEndOfDay(self):
|
||||
self.Plot("Trade Plot", "UpperChannel", self._rc.UpperChannel.Current.Value)
|
||||
self.Plot("Trade Plot", "LowerChannel", self._rc.LowerChannel.Current.Value)
|
||||
self.Plot("Trade Plot", "Regression", self._rc.LinearRegression.Current.Value)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
self.Plot("Trade Plot", "Regression", self._rc.LinearRegression.Current.Value)
|
||||
Reference in New Issue
Block a user