C++ Rolling Percent Rank class
C++ class documentation
n |
indicator period |
RollPercentRank( 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> |
history vector |
Other C++ indicators: BBands,
Crossover, Ema,
Indicator, RollLinReg,
RollRange, RollSd,
RollVolumeProfile, Rsi,
Sma, Stochastic
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.