DPeriod Property (Stochastic)
In This Topic
Gets or sets the period for the %D simple moving average.
Syntax
'Declaration
<C1DescriptionAttribute("Stochastic.DPeriod", "Gets or sets the period for the %D simple moving average.")>
Public Property DPeriod As Integer
[C1Description("Stochastic.DPeriod", "Gets or sets the period for the %D simple moving average.")]
public int DPeriod {get; set;}
See Also