Login Page - Create Account

Support Board


Date/Time: Wed, 07 May 2025 02:06:46 +0000



Post From: Forcing Chart Recalculation

[2024-12-05 08:57:29]
User688525 - Posts: 284
Hello Sierra,
Can you confirm which should be used to force a full chart recalculation? I have developed a custom study which I am displaying on a destination chart using the Study/Price Overlay study, however, I have to manually recalculate either the source or destination charts for the study to display correctly.

sc.EarliestUpdateSubgraphDataArrayIndex = 0;
or
sc.IsFullRecalculation = true;


*Update #1: I have added logging to the study and confirm the block where both sc.EarliestUpdateSubgraphDataArrayIndex = 0; and sc.IsFullRecalculation = true; is being executed, however, on the destination chart with the Study/Price Overlay study, it still isn't displaying correctly unless I manually recalculate either the source or destination charts.

*Update #2: The study is working correctly on the source chart. The issue seems to be displaying on the destination chart with the Study/Price overlay study.


Thank you
Date Time Of Last Edit: 2024-12-05 20:04:01