Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 01:11:43 +0000



Post From: GET VOLUME BY PRICE STUDY VALUES (POC, VAH, VAL)

[2023-12-23 20:29:24]
LudaTrades - Posts: 30
Try using sc.GetStudyProfileInformation(), this function is more suited to that purpose I think.
ACSIL Interface Members - Functions: sc.GetStudyProfileInformation


Using sc.GetStudyArray you can run into calculation precedence causing 0 values to return. You probably also have to be sure your VbP draw mode set correctly, just off the top of my head. I would just use sc.GetStudyProfileInformation(), otherwise refer to

ACSIL Interface Members - Functions: sc.GetStudyArray()
and
ACSIL Interface Members - Variables and Arrays: sc.CalculationPrecedence