You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Algorithm/QCAlgorithm.Indicators.cs
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1953,9 +1953,24 @@ public UltimateOscillator ULTOSC(Symbol symbol, int period1, int period2, int pe
1953
1953
/// <param name="selector">Selects a value from the BaseData to send into the indicator, if null defaults to the Value property of BaseData (x => x.Value)</param>
1954
1954
/// <returns>The Variance indicator for the requested symbol over the specified period</returns>
1955
1955
[DocumentationAttribute(Indicators)]
1956
+
[Obsolete("'VAR' is obsolete please use 'V' instead")]
/// <param name="selector">Selects a value from the BaseData to send into the indicator, if null defaults to the Value property of BaseData (x => x.Value)</param>
1969
+
/// <returns>The Variance indicator for the requested symbol over the specified period</returns>
0 commit comments