Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
Functions by Category Functions by Alphabetical list

Round ([Value/Column],[Decimal places])

Usable in an seer event objectUsable in an seer indicator objectUsable in an seer chart object

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

© 2011 seer trading systems ltd
feedback FAQ legal privacy