pub struct DetrendedOscillator { /* private fields */ }Expand description
Detrended Oscillator: (close - HMA) / ATR.
Pure function — no I/O, no state between calls.
Implementations§
Source§impl DetrendedOscillator
impl DetrendedOscillator
Trait Implementations§
Source§impl Clone for DetrendedOscillator
impl Clone for DetrendedOscillator
Source§fn clone(&self) -> DetrendedOscillator
fn clone(&self) -> DetrendedOscillator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetrendedOscillator
impl Debug for DetrendedOscillator
Source§impl Indicator for DetrendedOscillator
impl Indicator for DetrendedOscillator
Auto Trait Implementations§
impl Freeze for DetrendedOscillator
impl RefUnwindSafe for DetrendedOscillator
impl Send for DetrendedOscillator
impl Sync for DetrendedOscillator
impl Unpin for DetrendedOscillator
impl UnsafeUnpin for DetrendedOscillator
impl UnwindSafe for DetrendedOscillator
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