Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 03:17:29 +0000



Post From: ACSIL - How to read volume at a specific price across multiple bars

[2022-11-11 06:17:36]
User907967 - Posts: 53
Hi, I am keen to find a way to read the Delta at a specific level for 2+ bars. I might be able to construct something manually using two loop functions (one for the bars and one for the levels). However, I saw ACSIL has a decent collection of methods already developed, so I was hoping someone could point me in the right direction, so I can use something pre-built or start from an example.

I understand I must leverage the following:
sc.MaintainVolumeAtPriceData = 1;

Thank you,
Bogdan