Support Board
Date/Time: Wed, 14 May 2025 22:46:06 +0000
Compare Volume Diagonal level?
View Count: 1464
[2017-02-04 02:45:12] |
User701247 - Posts: 117 |
For comparing Bid Ask volumn, there is a sample as shown below, moreover, I would like to know on what coding look like to compare Volume Diagonal level. Does anyone have any suggestions? Thanks in advance for any suggestions For same Volume level p_VolumeAtPrice->BidVolume > p_VolumeAtPrice->AskVolume Date Time Of Last Edit: 2017-02-04 02:46:15
|
[2017-02-06 18:43:47] |
|
We will work on some documentation for this.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-02-07 05:14:28] |
|
We have updated the documentation here for the member functions you will want to use: ACSIL Interface Members - Variables and Arrays: sc.VolumeAtPriceForBars Member Function Descriptions The functions you want to use are: int sc.VolumeAtPriceForBars->GetSizeAtBarIndex bool sc.VolumeAtPriceForBars->GetVAPElementAtIndex Refer to the updated documentation. Be sure to reload that page. So you will want to get the Volume at price data at a particular price level and the volume at price data at the next higher price level and then do the calculations you need between the bid and ask volumes. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-02-07 05:19:36] |
|
Also if you look at this function scsf_VolumeAtPriceThresholdAlertV2 in /ACS_Source/studies8.cpp in version 1510 of Sierra Chart, you will see diagonal comparisons. So that is an example as well. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-02-07 05:38:26] |
User701247 - Posts: 117 |
For Volume Diagonal level Would it be correct statement? Thank you very much for any suggestions :> if (p_NextVolumeAtPrice->AskVolume > p_VolumeAtPrice->BidVolume) |
[2017-02-07 09:03:32] |
|
We do not provide programming help, and there is nobody who can answer this question for you from that one line of data since no one knows exactly how those pointers have been set. And also if you are asking this question, it demonstrates that you have insufficient background knowledge to be doing this type of programming to begin with. It is not difficult to learn though. We recommend that you look at the documentation and also study the code in this function more closely to make sure you thoroughly understand it: scsf_VolumeAtPriceThresholdAlertV2 in /ACS_Source/studies8.cpp in version 1510 of Sierra Chart, Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
To post a message in this thread, you need to log in with your Sierra Chart account: