Support Board
Date/Time: Mon, 25 Nov 2024 22:44:50 +0000
Post From: Array Statistics and functions
[2024-01-31 18:23:54] |
User43 - Posts: 101 |
All ACSIL stock functions are documented in https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html min min() max max() I think median would be sc.MovingMedian() I don't think there is a IQR or SORT function But at the end of the day you have the whole power of C / C++ at your fingertips where you can write your own functions as needed. You can also via ACSIL interact with Spreadsheets. |