Support Board
Date/Time: Sun, 09 Aug 2026 10:49:36 +0000
Post From: What Parameter is Missing
| [2020-06-22 16:02:39] |
| User907968 - Posts: 881 |
|
You just need to enter the price for which you want to retrieve the current traded bid volume data. For example, to retrieve the current traded bid volume at the current bid price: int CurTradedBidVolumeAtPrice = sc.GetCurrentTradedBidVolumeAtPrice(sc.Bid);
|
