pub struct SDO { /* private fields */ }Expand description
Stochastic Distance Oscillator (SDO)
Based on Vitali Apirine’s article “The Stochastic Distance Oscillator” (TASC June 2023). The SDO is a momentum study that shows the magnitude of the current distance relative to the maximum-minimum distance range over a set period.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDO
impl RefUnwindSafe for SDO
impl Send for SDO
impl Sync for SDO
impl Unpin for SDO
impl UnsafeUnpin for SDO
impl UnwindSafe for SDO
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