Login Page - Create Account

Support Board


Date/Time: Thu, 30 Jan 2025 18:51:54 +0000



[Programming Help] - ACSIL: Extra Array, how remember result for calculate

View Count: 649

[2019-03-28 03:49:58]
TedMar - Posts: 190
in example:


....
float Range2Bars = sc.High[sc.Index -1] - sc.Low[sc.Index]; // example: Calculate 2 Bars Range, previous High to last Low
.....
......
sc.Subgraph[0][sc.Index] = Range2Bars; // remember result in current sc.Subgraph[0].Arrays[0][sc.Index]



Quest: which way is easy and effective to remember (store) all results include location (Bar), and how is best way to access to previous results for compare with current or one from stored result in history?
Date Time Of Last Edit: 2019-03-28 04:16:39

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

Login

Login Page - Create Account