pub struct ChoppinessIndex { /* private fields */ }Expand description
Choppiness Index
The Choppiness Index is a volatility indicator used to determine if the market is trending or ranging (choppy). Values above 61.8 indicate choppiness, while values below 38.2 indicate trending.
Implementations§
Trait Implementations§
Source§impl Clone for ChoppinessIndex
impl Clone for ChoppinessIndex
Source§fn clone(&self) -> ChoppinessIndex
fn clone(&self) -> ChoppinessIndex
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 ChoppinessIndex
impl Debug for ChoppinessIndex
Source§impl Default for ChoppinessIndex
impl Default for ChoppinessIndex
Auto Trait Implementations§
impl Freeze for ChoppinessIndex
impl RefUnwindSafe for ChoppinessIndex
impl Send for ChoppinessIndex
impl Sync for ChoppinessIndex
impl Unpin for ChoppinessIndex
impl UnsafeUnpin for ChoppinessIndex
impl UnwindSafe for ChoppinessIndex
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