pub struct VolumeProfile { /* private fields */ }Expand description
Volume Profile (POC)
Tracks the volume distribution over a sliding window and returns the Point of Control (POC) - the price level with the highest volume.
Implementations§
Trait Implementations§
Source§impl Clone for VolumeProfile
impl Clone for VolumeProfile
Source§fn clone(&self) -> VolumeProfile
fn clone(&self) -> VolumeProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VolumeProfile
impl Debug for VolumeProfile
Auto Trait Implementations§
impl Freeze for VolumeProfile
impl RefUnwindSafe for VolumeProfile
impl Send for VolumeProfile
impl Sync for VolumeProfile
impl Unpin for VolumeProfile
impl UnsafeUnpin for VolumeProfile
impl UnwindSafe for VolumeProfile
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