pub struct Kama { /* private fields */ }Expand description
Kaufman’s Adaptive Moving Average (KAMA)
KAMA is an adaptive moving average that adjusts its smoothing based on the efficiency of price movement (signal-to-noise ratio).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kama
impl RefUnwindSafe for Kama
impl Send for Kama
impl Sync for Kama
impl Unpin for Kama
impl UnsafeUnpin for Kama
impl UnwindSafe for Kama
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