Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 13:42:20 +0000



Post From: Auto updating study input

[2018-11-13 01:52:48]
enemyspy - Posts: 304
If both the studies are publicly available in the Sierrachart/ACS source folder. You could modify the source code to do what you want. You could do this using adding a subgraph input to study Z and use the value from the subgraph input.
Or
This probably what I would do: If your input is an Int for instance. Have the value y update an sc.getPersistentInt() in study x, and use sc.GetPersistentIntFromChartStudy() on study z to update input y when sc.Index == sc.ArraySize-1.