Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 02:30:59 +0000



[Programming Help] - ACSIL applying my custom study to cumulative delta

View Count: 315

[2023-03-08 08:02:50]
User288938 - Posts: 35
Hey,

So I have my custom study that works and am wanting to apply to cum.Delta but am running into trouble. To try and keep it concise I believe my problems are coming from:
SCFloatArrayRef close = sc.Close;

Is there are way to change the close variable to get the cumulativedelta last?

Thank you!
[2023-03-08 15:12:31]
John - SC Support - Posts: 36350
Close is the same as Last. You will see either used within Sierra Chart. Part of the reason by Last is not the consistent term is because it starts with the letter 'L', which is typically used to refer to the Low (as in OHLC).
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-03-09 07:12:43]
User288938 - Posts: 35
When I apply the study to the cumlative delta study, i just get NaaN. The study is super basic and just compares closes to each other.

Is there a different function I should be using?

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

Login

Login Page - Create Account