Function traquer::indicator::vhf

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

vertical horizontal filter https://www.upcomingtrader.com/blog/the-vertical-horizontal-filter-a-traders-guide-to-market-phases/