Class DurationBetween

java.lang.Object
trade.invision.indicators.indicators.Indicator<Num>
trade.invision.indicators.indicators.instant.DurationBetween

public class DurationBetween extends Indicator<Num>
DurationBetween is a Num Indicator to provide the Duration between two Instants in the given ChronoUnit. A positive value will be returned if second is after first. A negative value will be returned if second is before first.