Support Board
Date/Time: Mon, 10 Mar 2025 17:30:10 +0000
Post From: Issue using sc.GetStudyProfileInformation function
[2019-09-13 14:09:47] |
User650124 - Posts: 6 |
Thanks for the response, i had already tried that an unfortunately that didn't work. my updated code is below for review: n_ACSIL:: s_StudyProfileInformation StudyProfileInformation; sc.GetStudyProfileInformation(6, 0, StudyProfileInformation); float POC = StudyProfileInformation.m_VolumePOCPrice; float ValueAreaLow = StudyProfileInformation.m_VolumeValueAreaLow; The new error is below: C2039: 's_StudyProfileInformation': is not a member of 'n_ACSIL' |