[]
Defines a builder to configurate Stochastic<T>.
public class StochasticBuilder<T> : ExtraSeriesBuilder<T, Stochastic<T>, StochasticBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| StochasticBuilder(Stochastic<T>) | Creates one StochasticBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| DPeriod(double) | Configurates DPeriod. Sets the period for the %D simple moving average. |
| KPeriod(double) | Configurates KPeriod. Sets the period for the %K calculation. |
| SetDLineStyle(string, int?) | Sets the d line style. |
| SetKLineStyle(string, int?) | Sets the k line style. |
| SmoothingPeriod(double) | Configurates SmoothingPeriod. Sets the smoothing period for full %K. |