|
Functions by Category Functions by Alphabetical list
This function returns true if the passed in value is a Null (NaN, undef or 0). A null value is often produced in indicators. For example, this indicator EMA(Close,9) would return null values for the first 8 bars. Related functions: log , cos , exp , abs , int , sqrt , sin , atan2 , ceil , floor , log10 , IsEqual , NVL , MinValue , MaxValue , Min , Max , Sum , Cum , Round , RoundToQuarter , RoundToTickSize
|