[]
Configurates Period. Sets the period of the moving average line.
public MovingAverageBuilder<T> Period(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| MovingAverageBuilder<T> | Current builder. |
It should be set to some integer value greater than 1.