java.lang.Object
trade.invision.indicators.indicators.Indicator<Num>
trade.invision.indicators.indicators.statistical.GrowthRate

public class GrowthRate extends Indicator<Num>
GrowthRate is a Num Indicator to provide the statistical growth rate (GR) over a length of values. If the provided length represents 1 year (about 251 trading days), this will provide the Compound Annual Growth Rate (CAGR). The percentage is represented as a fractional. For example, a provided value of 0.15 would represent 15%.
See Also: