pub fn wma(closes: &[f64], period: usize) -> FinanceResult<Vec<Option<f64>>>
Weighted moving average (newest weight = period).
period