Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 11:44:09 +0000



Post From: Using GetBidVolumeAtPrice()

[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?