pub struct Trendflex { /* private fields */ }Expand description
Ehlers Trendflex
Based on John Ehlers’ “Reflex: A New Zero-Lag Indicator” (2020). It is a zero-lag averaging indicator that retains the trend component.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trendflex
impl RefUnwindSafe for Trendflex
impl Send for Trendflex
impl Sync for Trendflex
impl Unpin for Trendflex
impl UnsafeUnpin for Trendflex
impl UnwindSafe for Trendflex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more