Support Board
Date/Time: Thu, 23 Jan 2025 09:35:31 +0000
Post From: Auto updating study input
[2018-11-13 01:52:48] |
enemyspy - Posts: 306 |
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. |