Function traquer::indicator::supertrend

source ยท
pub fn supertrend(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    window: usize,
    multiplier: f64
) -> Vec<f64>
Expand description

supertrend https://www.tradingview.com/support/solutions/43000634738-supertrend/ https://www.investopedia.com/supertrend-indicator-7976167