added RegressionChannelAlgorithm(Python)

This commit is contained in:
Jing Wu
2017-09-19 18:34:23 -04:00
parent adf1d2a5cf
commit 7e796cf3e6
@@ -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)