Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 00:11:06 +0000



Post From: ACSIL: Extra Array, how remember result for calculate

[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