IMSL C# Numerical Library

HighLowClose Constructor (AxisXY, DateTime, Double[], Double[], Double[])

Constructs a high-low-close chart node beginning with specified start date.

public HighLowClose(
   AxisXY axis,
   DateTime start,
   double[] high,
   double[] low,
   double[] close
);

Parameters

axis
An
Axis
specifying the parent of this node.
start
A DateTime which specifies the first date.
high
A double[] which contains the stock's high prices.
low
A double[] which contains the stock's low prices.
close
A double[] which contains the stock's closing prices.

Remarks

The high, low and close are used to specify the respective attributes. That is, "high", "low" and "close".

See Also

HighLowClose Class | Imsl.Chart2D Namespace | HighLowClose Constructor Overload List