C++ class documentation
indicator period in seconds, when to apply alpha correction
price round off value, bar width
multiplication coefficient must be between (0,1]
threshold volume when to delete bar
RollVolumeProfile( int timeFrame, double step, double alpha, double cut )
| Name | Return Type | Description |
Add( Tick tick ) |
void |
update indicator |
Reset() |
void |
reset to initial state |
IsFormed() |
bool |
is indicator value valid? |
GetValue() |
std::map<double,double> |
histogram where first is price and second is volume |
R functions roll_volume_profile.
Other C++ indicators: BBands,
Crossover, Ema,
Indicator, RollLinReg,
RollPercentRank, RollRange,
RollSd, Rsi,
Sma, Stochastic
Other C++ classes: BBands,
Candle, Cost,
Crossover, Ema,
Indicator, Order,
Processor, RollLinReg,
RollPercentRank, RollRange,
RollSd, Rsi,
Sma, Stochastic,
Tick