pub struct ZLEMA { /* private fields */ }Expand description
Zero-Lag Exponential Moving Average (ZLEMA) Sometimes referred to as DEMA or a variation. ZLEMA = (2 * EMA1) - EMA2
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZLEMA
impl RefUnwindSafe for ZLEMA
impl Send for ZLEMA
impl Sync for ZLEMA
impl Unpin for ZLEMA
impl UnsafeUnpin for ZLEMA
impl UnwindSafe for ZLEMA
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