Class SimpleConvergenceDivergence

java.lang.Object
trade.invision.indicators.indicators.Indicator<Boolean>
trade.invision.indicators.indicators.convergencedivergence.SimpleConvergenceDivergence

public class SimpleConvergenceDivergence extends Indicator<Boolean>
SimpleConvergenceDivergence is a Boolean Indicator to test whether two Num Indicators converge or diverge over a length of values. "Simple" convergence-divergence uses a basic evaluation technique that tests if the percentage of values in a timeframe that align with the given convergence-divergence type are above a given threshold. This requires less computational power than "complex" convergence-divergence. Internally, this uses the LocalRisingPercentage and LocalFallingPercentage Indicators.
See Also: