Support Board
Date/Time: Sat, 08 Feb 2025 18:18:06 +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) |