|
Functions by Category Functions by Alphabetical list
This function rounds to the nearest whole tick size for the current instrument. The default tick size is 0.01. The value for tick size is set within view datastore symbols window under the main menu. As an example, the S&P 500 E-MINI has a tick size of 0.25 and when this function is called (and the tick size has been set to 0.25) the function will round to the nearest 0.25. If a column is passed to this function, a new column is returned with all entries rounded to the instrument tick size.
Related functions: log , cos , exp , abs , int , sqrt , sin , atan2 , ceil , floor , log10 , IsNull , IsEqual , NVL , MinValue , MaxValue , Min , Max , Sum , Cum , Round , RoundToQuarter
|