Learn R Programming

QuantTools (version 0.5.2)

RollSd: c++ Rolling Standard Deviation class

Description

c++ class documentation

Arguments

n
indicator period

Usage

RollSd( int n )

Public Members and Methods

Name
Return Type Description
Add( InputType value ) void
update indicator Reset()
void reset to initial state
IsFormed() bool
is indicator value valid?

See Also

Other c++ classes: BBands, Candle, Cost, Crossover, Ema, Indicator, Order, Processor, RollLinReg, RollPercentRank, RollRange, RollVolumeProfile, Rsi, Sma, Stochastic, Tick

Other c++ indicators: BBands, Crossover, Ema, Indicator, RollLinReg, RollPercentRank, RollRange, RollVolumeProfile, Rsi, Sma, Stochastic