Support Board
Date/Time: Sun, 23 Feb 2025 09:47:21 +0000
Post From: memory allocation of UseTool
[2016-03-25 03:20:24] |
@sstfrederik - Posts: 406 |
I use this now: int Count = sc.VolumeAtPriceForBars-> GetSizeAtBarIndex(sc.Index); for (int ElementIndex = 0;ElementIndex < Count; ElementIndex ++){ sc.VolumeAtPriceForBars->GetVAPElementAtIndex(sc.Index, ElementIndex, &p_VolumeAtPriceAtIndex); Bid = p_VolumeAtPriceAtIndex->BidVolume; Ask = p_VolumeAtPriceAtIndex->AskVolume; //useTool } Thanks for looking into this. Hope it can be supported at some point. For a few days of data its not a big issue. Date Time Of Last Edit: 2016-03-25 03:22:25
|