pub struct MAMA { /* private fields */ }Expand description
MESA Adaptive Moving Average (MAMA) Adapts to price movement based on the rate change of phase as measured by the Hilbert Transform Discriminator. Returns (MAMA, FAMA).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAMA
impl RefUnwindSafe for MAMA
impl Send for MAMA
impl Sync for MAMA
impl Unpin for MAMA
impl UnsafeUnpin for MAMA
impl UnwindSafe for MAMA
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