Skip to main content

wma

Function wma 

Source
pub fn wma(closes: &[f64], period: usize) -> FinanceResult<Vec<Option<f64>>>
Expand description

Weighted moving average (newest weight = period).