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

public class EpochOffset extends Indicator<Num>
EpochOffset is a Num Indicator to provide the Unix epoch offset of an Instant in a given ChronoUnit. A positive value will be returned if the Instant is after the Unix epoch time. A negative value will be returned if the Instant is before the Unix epoch time. The Unix epoch time is 1970-01-01T00:00:00Z.
See Also: