Support Board
Date/Time: Tue, 16 Sep 2025 04:09:26 +0000
Post From: Know what Arrays contain data
[2020-07-15 17:08:32] |
User681150 - Posts: 62 |
ive tested the code with and without float MACD = sc.Subgraph[0][sc.Index]; //Access the study value at the current index
and it works exactly the same, it seems it is redundant since the data is captured in the sc.MACD() function correct? (just trying to learn the logic) |