Login Page - Create Account

Support Board


Date/Time: Sat, 11 May 2024 19:31:29 +0000



Post From: memory allocation of UseTool

[2016-03-25 03:20:24]
@sstfrederik - Posts: 403
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