Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 16:14:56 +0000



Post From: round method in spreadsheet

[2014-09-19 13:20:38]
Sawtooth - Posts: 3993
http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Functions.html#scRoundToTickSize
From the documentation:
sc.RoundToTickSize() takes a float and rounds it to the nearest increment.
This would be the same as the spreadsheet MROUND function.

http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Functions.html#scRound
From the documentation:
sc.Round() takes a float and rounds it to the nearest int.
This is different than the spreadsheet ROUND function. It appears there is no directly equal ACSIL member function.
Date Time Of Last Edit: 2014-09-19 13:22:58