pub fn new_with_default_ma<V: View>(
    view: V,
    window_len: usize
) -> EhlersFisherTransform<V, EMA<Echo>>
Expand description

Create a new indicator with a given chained view and a window length The default EMA is used as in the paper