Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 09:36:08 +0000



sc.GetStudyProfileInformation related questions

View Count: 612

[2020-04-27 22:25:48]
User712062 - Posts: 14
Hello.
The link is this sc.GetStudyProfileInformation
the function is sc.GetStudyProfileInformation
1) I am Assuming because in your documentation it is not clear that m_VolumeAbovePOC+m_VolumeBelowPOC will proby me with the whole volumen value from the VP profile and should be equal to m_Volume but it is not which I have to assume that the missing value is the volume at the POC. Am I right?
If I am correct at my assumption above with simple arithmetic the poc Volumen could be obtained. If I am not The member that would provide the volume at the poc does not exist or at least in the documentation.Would it possible to added or tell me how to access that info?
float VolumeAbovePOC = PBVolumeProfile.m_VolumeAbovePOC;//volumen
  float VolumeBelowPOC = PBVolumeProfile.m_VolumeBelowPOC;//volumen
  float Volume = PBVolumeProfile.m_Volume;
  

2)These 3 following members return price values which is good but does not return volumen .Would it possible to added or tell me how to access that info?
m_VolumePOCPrice
m_VolumeValueAreaHigh
m_VolumeValueAreaLow

3)Is there documentation to understand what kind of info does the members from sc.GetStudyProfileInformation provide? Like for example:
m_IBRHighPrice
m_IBRLowPrice
m_DisplayIndependentColumns
m_EveningSession
m_AverageSubPeriodRange
m_RotationFactor
Thanks in advance.

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

Login

Login Page - Create Account