Login Page - Create Account

Support Board


Date/Time: Wed, 22 Jan 2025 04:25:56 +0000



[Programming Help] - ACSIL calculating delta divergence

View Count: 2318

[2018-08-22 08:22:22]
User61576 - Posts: 445
I found some code here for delta divergence
and in it, the up/down volume is defined:
int uVolType = SC_ASKVOL;
int dVolType = SC_BIDVOL;

when searching SC website for SC_ASKVOL I could not find any explanation.

1. what is it used for? or was it replaced by another function?
2. is there a way to refer in ACSIL to the "numbers bars calculated" study? or better is there an access to this study code?
3. is there any free delta divergence trading system frame to work on?
thanks
[2018-08-23 17:46:25]
Sierra Chart Engineering - Posts: 104368
1. These are documented here:
ACSIL Interface Members - Variables and Arrays: sc.BaseDataIn[][] / sc.BaseData[][]

2. Refer to:

ACSIL Programming Concepts: Using or Referencing Study/Indicator Data in an ACSIL Function

3. Have a look at the Divergence Detector study. The source code is provided for it 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
Date Time Of Last Edit: 2018-08-23 17:46:31

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account