Class InstantUnaryOperations
java.lang.Object
trade.invision.indicators.indicators.operation.unary.InstantUnaryOperations
InstantUnaryOperations provides convenience static methods for creating Instant
UnaryOperation Indicators.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates anInstantIndicatorthat performs a unary operation to set the date part toLocalDate.EPOCHon the givenoperand.Creates anInstantIndicatorthat performs a unary operation to zero-out the time part (LocalTime.MIN) on the givenoperand.
-
Constructor Details
-
InstantUnaryOperations
public InstantUnaryOperations()
-
-
Method Details
-
zeroTime
-
zeroTime
Creates anInstantIndicatorthat performs a unary operation to zero-out the time part (LocalTime.MIN) on the givenoperand. -
zeroDate
- See Also:
-
epochDate
Creates anInstantIndicatorthat performs a unary operation to set the date part toLocalDate.EPOCHon the givenoperand.
-