pub struct AMDetector { /* private fields */ }Expand description
AM Detector (Volatility)
Based on John Ehlers’ “A Technical Description of Market Data for Traders”. It recovers market volatility by detecting the envelope of the amplitude-modulated whitened price spectrum.
Implementations§
Trait Implementations§
Source§impl Clone for AMDetector
impl Clone for AMDetector
Source§fn clone(&self) -> AMDetector
fn clone(&self) -> AMDetector
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 AMDetector
impl Debug for AMDetector
Auto Trait Implementations§
impl Freeze for AMDetector
impl RefUnwindSafe for AMDetector
impl Send for AMDetector
impl Sync for AMDetector
impl Unpin for AMDetector
impl UnsafeUnpin for AMDetector
impl UnwindSafe for AMDetector
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