Class LocalFallingPercentage

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

public class LocalFallingPercentage extends Indicator<Num>
LocalFallingPercentage is a Num Indicator to provide the percentage of falling values over a length of values. A falling value is defined as a value being less than its previous value. The percentage is represented as a fractional. For example, a provided value of 0.15 would represent 15%.
  • Constructor Details

    • LocalFallingPercentage

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