cpp_RollPercentRank: C++ Rolling Percent Rank class

Description Arguments Usage Public Members and Methods See Also

Description

C++ class documentation

Arguments

n

indicator period

Usage

RollPercentRank( 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?
GetHistory() std::vector<double> history vector

See Also

Other C++ indicators: BBands, Crossover, Ema, Indicator, RollLinReg, RollRange, RollSd, RollVolumeProfile, Rsi, Sma, Stochastic

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


QuantTools documentation built on Oct. 23, 2020, 7:54 p.m.