Values
<< Click to Display Table of Contents >> Values |
Holds an array of ISeries<double> objects holding hold the indicator's underlying calculated values. ISeries<double> values are added to this array when calling the AddPlot() method. In case of a MultiSeries indicator synched to the primary series.
A collection of ISeries<double> objects.
Values[int index]
// OnBarUpdate method of a custom indicator |