Login Page - Create Account

Support Board


Date/Time: Sat, 07 Jun 2025 20:04:08 +0000



[Programming Help] - Need some function codes of the scsf_CumulativeDeltaBarsTicks Study

View Count: 423

[2023-02-17 04:03:33]
Ragy - Posts: 29
Hello

I am trying to create an indicator based on Cumulative Delta Bars – Trades and I got the source code from scsf_CumulativeDeltaBarsTicks function in the /ACS_Source/studies8.cpp file. However I missing some function codes. Could you please provide me with the code for the following two functions. I could only find their definition but not the code:

SC_ASKBID_NUM_TRADES_DIFF_HIGH
SC_ASKBID_NUM_TRADES_DIFF_LOW

Really appreciate the hep!
Date Time Of Last Edit: 2023-02-17 17:10:03
attachmentIntermediate Study Calculation Functions.txt - Attached On 2023-02-17 17:09:52 UTC - Size: 140.65 KB - 277 views
[2023-02-18 04:51:23]
User90125 - Posts: 715
These are not functions. They are arrays. It doesn't matter how many times you ask, the answer will remain the same.

Programming Help ACSIL | Post: 338228

The code you have access to are custom studies. Most of the rest of Sierra Chart is proprietary code, and that includes how the Max/Min deltas are calculated. Therefore, this is not available.

SC Support has already answered your question....

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

Login

Login Page - Create Account