Class LocalRisingPercentage

java.lang.Object
trade.invision.indicators.indicators.Indicator<Num>
trade.invision.indicators.indicators.risingfalling.local.LocalRisingPercentage

public class LocalRisingPercentage extends Indicator<Num>
LocalRisingPercentage is a Num Indicator to provide the percentage of rising values over a length of 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%.
  • Constructor Details

    • LocalRisingPercentage

      protected LocalRisingPercentage(Indicator<Num> indicator, int length)
  • Method Details