Class GlobalRisingPercentage


public class GlobalRisingPercentage extends RecursiveIndicator<Num>
GlobalRisingPercentage is a Num Indicator to provide the percentage of rising values over all values. A rising value is defined as a value being greater than its previous value. The percentage is represented as a fractional. For example, a provided value of 0.15 would represent 15%.