Summary
The resulting data series of Average True Range Indicator instance
Syntax
public IndicatorDataSeries Result{ get; set; }
Example 1
public override void Calculate(int index) { // Plot the Average True Range of period 14 Result[index] = averageTrueRange.Result[index]; }