NOT( )
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Returns


Comment

Example


Logical Not

NOT-function for logical decisions

Value from other deciding functions

Dataseries with logical value TRUE or FALSE. Input value TRUE returns FALSE, input value FALSE returns TRUE.

-

NOT(GT(C,10)) TRUE if the last close is NOT higher than 10.