pub struct MAD { /* private fields */ }Expand description
Moving Average Difference (MAD) Indicator
Based on John Ehlers’ “Cycle/Trend Analytics And The MAD Indicator” (2021). It computes the percentage difference between a short-term SMA and a long-term SMA.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAD
impl RefUnwindSafe for MAD
impl Send for MAD
impl Sync for MAD
impl Unpin for MAD
impl UnsafeUnpin for MAD
impl UnwindSafe for MAD
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