Support Board
Date/Time: Tue, 17 Jun 2025 03:40:37 +0000
Post From: Recalculate target study only
[2025-04-18 17:23:24] |
User200641 - Posts: 8 |
I am attempting to use study A to modify the inputs to study B. I can see that the inputs to study B are being modified correctly but the updates don't take place. When sc.RecalculateChart(sc.ChartNumber); is added, study A is also also recalculated, which then re-triggers the chart recalculation, which recalculates study A, etc. etc. My chart freezes until the study is removed. Is there "sc.RecalculateStudy()" function equivalent where I only recalculate study B? Or perhaps a better way to handle updating other study inputs? Thanks |