pub struct SineWave { /* private fields */ }Expand description
Sine Wave Indicator
Based on John Ehlers’ “Rocket Science for Traders” (Chapter 9). Uses the phase of the Hilbert Transform to plot a sine wave and a lead-sine wave. Returns (Sine, LeadSine).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SineWave
impl RefUnwindSafe for SineWave
impl Send for SineWave
impl Sync for SineWave
impl Unpin for SineWave
impl UnsafeUnpin for SineWave
impl UnwindSafe for SineWave
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