pub struct Alligator { /* private fields */ }Expand description
Bill Williams Alligator
Based on Bill Williams’ Alligator indicator. It consists of three smoothed moving averages (SMMA) with different periods and offsets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Alligator
impl RefUnwindSafe for Alligator
impl Send for Alligator
impl Sync for Alligator
impl Unpin for Alligator
impl UnsafeUnpin for Alligator
impl UnwindSafe for Alligator
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