Summary
%D is 3 Period Exponential Moving Average of %K.
Syntax
public IndicatorDataSeries PercentD{ get; }
Example 1
double result = _stochastic.PercentK[index];
public IndicatorDataSeries PercentD{ get; }
double result = _stochastic.PercentK[index];