[]
Gets or sets the period of moving average. The period is the number of previous points used for calculating mean value at the current point.
public int Period { get; set; }