Aggregators.OpenHighLowClose Field

Defines a set of aggregators that return the OHLC (Open, High, Low, Close) prices.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly ReadOnlyDictionary<string, AggregatorGroup> OpenHighLowClose

Field Value

ReadOnlyDictionary<String, AggregatorGroup>

See Also