Support Board
Date/Time: Tue, 26 Nov 2024 09:29:40 +0000
Post From: GET VOLUME BY PRICE STUDY VALUES (POC, VAH, VAL)
[2023-12-23 20:29:24] |
LudaTrades - Posts: 27 |
Try using sc.GetStudyProfileInformation(), this function is more suited to that purpose I think. 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 sc.GetStudyArray() and ACSIL Interface Members - Variables and Arrays: sc.CalculationPrecedence |