Support Board
Date/Time: Sun, 29 Jun 2025 11:23:06 +0000
[Programming Help] - Min and Max Delta for a bar with ACSIL?
View Count: 1249
[2021-06-20 21:04:30] |
mbilyanov - Posts: 62 |
Hi, My question is related to this post: Finish Delta | Post: 83742 Hi, This is interesting, any way to get the min an max delta info from the VAPContainer ? Thanks And support's answer here: Finish Delta | Post: 83814 Certainly this information is all available through the Volume at Price data and also through the arrays documented here: ACSIL Interface Members - Variables and Arrays: sc.BaseDataIn[][] / sc.BaseData[][] Basically, I would like to access the min delta, the max delta and the final delta of a bar with ACSIL. Is this data available on the VAPContainer instance and what is the way to access this? Thanks, Milen |
[2021-07-13 10:38:15] |
mbilyanov - Posts: 62 |
It is: minDelta = sc.BaseData[SC_ASKBID_DIFF_LOW][sc.Index];
Solved. |
To post a message in this thread, you need to log in with your Sierra Chart account: