C++ Rolling Standard Deviation class
C++ class documentation
n |
indicator period |
RollSd( int n )
| Name | Return Type | Description |
Add( InputType value ) |
void |
update indicator |
Reset() |
void |
reset to initial state |
IsFormed() |
bool |
is indicator value valid? |
GetHistory() |
std::vector<double> |
factor vector with levels UP, DN
|
Other C++ indicators: BBands,
Crossover, Ema,
Indicator, RollLinReg,
RollPercentRank, RollRange,
RollVolumeProfile, Rsi,
Sma, Stochastic
Other C++ classes: BBands,
Candle, Cost,
Crossover, Ema,
Indicator, Order,
Processor, RollLinReg,
RollPercentRank, RollRange,
RollVolumeProfile, Rsi,
Sma, Stochastic,
Tick
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.