Name |
Comment |
Name Description Parameter 1 Returns
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. |