Login Page - Create Account

Support Board


Date/Time: Fri, 21 Feb 2025 19:00:40 +0000



Post From: Parameter changed function

[2021-01-15 20:03:02]
JohnR - User831573 - Posts: 313
I am not sure if this is the only way, but .... Hope this helps.

JohnR

sc.IsFullRecalculation
[Link] - [Top]
Type: Read-only integer variable.

The sc.IsFullRecalculation variable will be set to 1 (TRUE) when the chart is performing a full recalculation of the studies.

Full Calculation/Recalculations
A study will be fully calculated/recalculated when it is added to a chart, any time its Input settings are changed, another study is added or removed from a chart, when the Study Window is closed with OK or the settings are applied. Or under other conditions which can cause a full recalculation.

Within your code you would need to compare the current "Input" parm values to saved ones to see which one or ones have changed.