[]
Configurates DPeriod. Sets the period for the %D simple moving average.
public StochasticBuilder<T> DPeriod(double value)
Public Function DPeriod(value As Double) As StochasticBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| Type | Description |
|---|---|
| StochasticBuilder<T> | Current builder. |