Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 19:03:08 +0000



ACSIL - VolumeAtPriceForBars

View Count: 1082

[2017-07-24 04:20:55]
ejtrader - Posts: 688
SC Team - In one of the recent versions - you seem to have made few changes to c_VAPContainer class.

c_VAPContainer::GetNextHigherVAPElement() - No changes to this and same as before
c_VAPContainer::GetNextLowerVAPElement() - You seem to have got rid of this function. Is there any substitute function to be used for this?

thanks
[2017-07-24 18:14:31]
Sierra Chart Engineering - Posts: 104368
We need to check on this and get back to you.
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-07-24 18:39:42]
Jeffrey - Posts: 2195
c_VAPContainer::GetNextHigherVAPElement was recently modified for more efficient performance. This made c_VAPContainer::GetNextLowerVAPElement significantly less efficient than GetNextHigherVAPElement, so it was removed. Most code accessing the data in a c_VAPContainer should use GetNextHigherVAPElement. However, if c_VAPContainer::GetNextLowerVAPElement is vital to your work, reply here and we can add a similar function back to VAPContainer.
[2017-07-24 19:05:14]
ejtrader - Posts: 688
Jeffrey - Yes - I do use the function - GetNextLowerVAPElement() and would be nice to have equivalent efficient function added back.

thanks
Date Time Of Last Edit: 2017-07-24 19:06:40
[2017-07-24 19:08:27]
Jeffrey - Posts: 2195
We will work to get GetNextLowerVAPElement() included again for the next release.

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

Login

Login Page - Create Account