[][src]Trait quantaxis_rs::Reset

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

Resets an indicator to the initial state.

Required methods

pub 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 HHV[src]

impl Reset for LLV[src]

impl Reset for Maximum[src]

impl Reset for Minimum[src]

impl Reset for MoneyFlowIndex[src]

impl Reset for MovingAverage[src]

impl Reset for MovingAverageConvergenceDivergence[src]

impl Reset for OnBalanceVolume[src]

impl Reset for RateOfChange[src]

impl Reset for RelativeStrengthIndex[src]

impl Reset for SimpleMovingAverage[src]

impl Reset for SlowStochastic[src]

impl Reset for StandardDeviation[src]

impl Reset for TrueRange[src]

Loading content...