pub struct Obvm { /* private fields */ }Expand description
On-Balance Volume Modified (OBVM)
Modified OBV using typical price and smoothing. Based on Vitali Apirine’s article in TASC April 2020.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Obvm
impl RefUnwindSafe for Obvm
impl Send for Obvm
impl Sync for Obvm
impl Unpin for Obvm
impl UnsafeUnpin for Obvm
impl UnwindSafe for Obvm
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