unfinishedtrade
Member
- Joined
- Dec 6, 2024
- Posts
- 20
- Likes
- 7
I'm trying to figure out how to get delta or ask volume / bid volume so I can calculate it myself. Looking through the docs I can only see a way to delineate ask/bid volume using DataSeries.Tick since it has a "isAskTick()" to show whether the tick (trade) happened at ask or at bid. Is there anyway to easily pull this data for a specific bar?