|
Functions by Category Functions by Alphabetical list
Round the value (or column) to the number of decimal places. This function can also be used in the chart and indicator objects. Examples: Round(1.987654,2); #returns 1.99
Round(1.987654,4); #returns 1.9877
Round(Close*1.53,2); #returns a column of rounded values
Related functions: log , cos , exp , abs , int , sqrt , sin , atan2 , ceil , floor , log10 , IsNull , IsEqual , NVL , MinValue , MaxValue , Min , Max , Sum , Cum , RoundToQuarter , RoundToTickSize
|