Support Board
Date/Time: Thu, 23 Jan 2025 21:31:12 +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? |