Support Board
Date/Time: Tue, 04 Nov 2025 11:18:46 +0000
Post From: How can we get MaxBid or MaxAsk trades, at a price level of a given bar? ACSIL
|   [2023-03-30 05:23:14]     |  
| User272786 - Posts: 17 | 
| 
                Using  int maxTradeVolAtPrice = sc.p_VolumeLevelAtPriceForBars->GetMaxVolumeAtPrice(sc.Index, p_VolumeAtPrice->PriceInTicks);  
we can get large volume trades, but it is more useful to know if these are Ask or Bid trades. Is there a way to get that info using ACSIL?Thanks  | 
        
