Aggregators.OpenHighLowClose Field

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

Definition

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

Field Value

ReadOnlyDictionary<String, AggregatorGroup>

See Also