Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 21:18:30 +0000



Get Lowest Function

View Count: 661

[2017-03-23 01:11:25]
Johnny - Posts: 99
Hello, is there a way to calculate the lowest value of an array in ACSIL excluding all the zero values?
[2017-03-23 03:05:44]
Sierra Chart Engineering - Posts: 104368
Just iterate the array elements from 0 to the current index and check for the lowest value and exclude zeros. This is all.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2017-03-23 17:51:44]
Johnny - Posts: 99
I would need to do this a lot of times and I need to save space, I was looking for an ACSIL function that could do this.
[2017-03-23 18:58:10]
Sierra Chart Engineering - Posts: 104368
You just need to create a function to do this.

Refer to:
C++ Functions
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account