Class RainbowChartsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
RainbowCharts indicator value.
public class RainbowChartsValue : ComplexIndicatorValue<RainbowCharts>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
RainbowChartsValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the RainbowChartsValue.
Constructors
RainbowChartsValue(RainbowCharts, DateTimeOffset)
RainbowCharts indicator value.
public RainbowChartsValue(RainbowCharts indicator, DateTimeOffset time)
Parameters
indicator
RainbowChartstime
DateTimeOffset
Remarks
Initializes a new instance of the RainbowChartsValue.
Properties
Averages
Gets values of all moving averages.
[Browsable(false)]
public decimal?[] Averages { get; }
Property Value
- decimal?[]
AveragesValues
Gets values of all moving averages.
public IIndicatorValue[] AveragesValues { get; }