Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 15:49:00 +0000



ACSIL - Chart number parameter for sc.GetVolumeAtPriceDataForStudyProfile()

View Count: 471

[2023-08-07 19:48:10]
LudaTrades - Posts: 27
I am using sc.GetVolumeAtPriceDataForStudyProfile() and sc.GetNumPriceLevelsForStudyProfile(), these work great for profiles on the chart. I would love to reference profiles on other charts just like sc.GetStudyPeakValleyLine() does. Is this possible?
[2023-08-08 20:33:00]
RB2703 - Posts: 2
Can you add the ChartNumber to the beginning of the StudyID?
[2023-08-11 03:10:08]
LudaTrades - Posts: 27
No unfortunately the function calls for a StudyID int only.



int GetVolumeAtPriceDataForStudyProfile(const int StudyID, const int ProfileIndex, const int PriceIndex, s_VolumeAtPriceV2& VolumeAtPrice);

int GetNumPriceLevelsForStudyProfile(int StudyID, int ProfileIndex);


I have exhausted all options trying to reference a volume profile that is located on another chart. There simply needs to be a chart number parameter in this function to do it.

SC-Team I know you guys are understandably busy, is there any chance on adding this to a future update? The benefit for us would be long lookback profile values available on charts with limited days to load for performance. A 5 day footprint chart with access to 3 year VbP data for example.
[2023-08-12 18:45:31]
LudaTrades - Posts: 27
I have built a workaround study that uses persistents to obtain this info. It is possible, with this I'm all set.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account