Support Board
Date/Time: Sat, 23 Nov 2024 16:50:20 +0000
Post From: study to access DOM recent Bid/Ask volume
[2024-08-12 20:29:05] |
nauT - Posts: 4 |
hi, thank you for the answer! Your function only shows the last trade at this price. I read the description of "sc.GetRecentAskVolumeAtPrice() / sc.GetRecentBidVolumeAtPrice()" and found "And the Recent Bid/Ask Volume columns need to be added" so I checked my DOM with the "sc.GetCurrentTradedBidVolumeAtPrice()" function: now its working and the numbers are cumulative trades at this price But: the numbers will be resetted at random times... I need the total cumulative number of trades at one price like for this actual trading day, is there a function to read this from a chart? |