pub fn elder_ray(
high: &[f64],
low: &[f64],
close: &[f64],
window: usize
) -> (Vec<f64>, Vec<f64>)Expand description
elder ray https://www.investopedia.com/articles/trading/03/022603.asp returns tuple of bull power vec and bear power vec