Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 17:00:34 +0000



Using GetBidVolumeAtPrice()

View Count: 549

[2018-12-10 20:11:51]
User718622 - Posts: 57
So, I've noticed that not all member functions are documented here: ACSIL Interface Members - Variables and Arrays: sc.VolumeAtPriceForBars

What I want to know is, would it be valid for me to do the following in order to get bid volume of current bar at a specified price?:

sc.VolumeAtPriceForBars->GetBidVolumeAtPrice(sc.Index, scPriceValueToTicks(2450.75))

Is that valid and possible?
[2018-12-10 20:28:19]
Sierra Chart Engineering - Posts: 104368
Yes this code is valid:
sc.VolumeAtPriceForBars->GetBidVolumeAtPrice(sc.Index, sc.PriceValueToTicks(2450.75))

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
[2018-12-10 20:39:04]
User718622 - Posts: 57
I see. Also, dear Support, would be possible to document all current members of sc.VolumeAtPriceForBars? That way, people don't have to go back and forth to VAPContainer.h.

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

Login

Login Page - Create Account