pub struct SchaffTrendCycle { /* private fields */ }Expand description
Schaff Trend Cycle (STC)
STC is a trend-following indicator that combines MACD with a double-smoothed stochastic calculation to provide faster and more accurate signals than MACD alone.
Implementations§
Trait Implementations§
Source§impl Clone for SchaffTrendCycle
impl Clone for SchaffTrendCycle
Source§fn clone(&self) -> SchaffTrendCycle
fn clone(&self) -> SchaffTrendCycle
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 SchaffTrendCycle
impl Debug for SchaffTrendCycle
Source§impl Default for SchaffTrendCycle
impl Default for SchaffTrendCycle
Auto Trait Implementations§
impl Freeze for SchaffTrendCycle
impl RefUnwindSafe for SchaffTrendCycle
impl Send for SchaffTrendCycle
impl Sync for SchaffTrendCycle
impl Unpin for SchaffTrendCycle
impl UnsafeUnpin for SchaffTrendCycle
impl UnwindSafe for SchaffTrendCycle
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