IsNull
|
Miscellaneous functions |
SYNTAX | IsNull( x ) |
RETURNS | NUMBER, ARRAY |
FUNCTION | this function is synonym of IsEmpty(). Gives True if value is equal to Null (empty) value. |
EXAMPLE | movagv = ma( close, 30 ); |
SEE ALSO | ISEMPTY() function |
The IsNull function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.