Definition
Value references the 1st DataSeries object Values[0] in the indicator. This is the primary indicator value.
Property Value
A DataSeries object.
Syntax
Value
Examples
|
// OnBarUpdate method of a custom indicator
|
Tips
1. The DataSeries object referenced by this property is created by calling the Add() method.