Support Board
Date/Time: Thu, 27 Feb 2025 18:45:45 +0000
[Programming Help] - Min and Max Delta for a bar with ACSIL?
View Count: 1118
[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: https://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Variables_And_Arrays.html#scBaseDataIn 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: