Support Board
Date/Time: Tue, 22 Apr 2025 03:30:58 +0000
Post From: Subgraphs Update Latency
[2025-02-12 18:47:54] |
Gradient - Posts: 121 |
Thanks. I'll determine next steps. However, the solution doesn't seem straight forward. The computations are simple and stored in a subgraph and there are no errors in the logic of the code given that it renders properly at times. Example: Chartbook contains Chart A and Chart B. The charts are on two different timeframes. Because of this, the conventional GetStudyArrayFromChartUsingID can't be used. In lieu of this, a spreadsheet study is used across A and B which captures the studies of each chart in its respective sheet. A reads in the values from the spreadsheet capturing the studies of B. A stores these values in its subgraph. I've reviewed the provided links on precedence of calculation and see the spreadsheet has a lower calculation precedence. However, I wouldn't expect Chart A's subgraph to update hours later especially given that the value is correct on Chart B and in the Sheet containing B's studies. |