Trait ux_indicators::Reset[][src]

pub trait Reset {
    fn reset(&mut self);
}

Resets an indicator to the initial state.

Required methods

fn reset(&mut self)[src]

Loading content...

Implementors

impl Reset for AverageTrueRange[src]

impl Reset for BollingerBands[src]

impl Reset for EfficiencyRatio[src]

impl Reset for ExponentialMovingAverage[src]

impl Reset for FastStochastic[src]

impl Reset for Maximum[src]

impl Reset for Minimum[src]

impl Reset for MoneyFlowIndex[src]

impl Reset for MovingAverageConvergenceDivergence[src]

impl Reset for OnBalanceVolume[src]

impl Reset for RateOfChange[src]

impl Reset for RelativeStrengthIndex[src]

impl Reset for SlowStochastic[src]

impl Reset for StandardDeviation[src]

impl Reset for TrueRange[src]

impl Reset for WeightedMovingAverage[src]

impl<'a> Reset for SimpleMovingAverage<'a>[src]

Loading content...