Support Board
Date/Time: Thu, 06 Nov 2025 19:16:27 +0000
Post From: Programmatically change symbol to already opened charts
| [2025-11-04 09:18:59] |
| User484626 - Posts: 13 |
|
Hello Support. I wish there was a way to programmatically (in ACSIL) change the symbol of an already opened chart, that is not the chart on which the study is applied. I'm aware of sc.DataFile() and sc.OpenChartOrGetChartReference(), both of which are unsuitable to the task, the first because it operates on the current chart, the latter because it opens a new chart if it doesn't find one identical the the given specs. I'm also aware that I can use persistent storage to share the symbol to child-studies on said already opened charts, but I find that utterly inefficient and cumbersome. Could you please expose a simple sc.SetSymbol(int ChartNumber, SCString Symbol) method that just changes the symbol of the specified already-opened chart and leaves all other settings the same? Date Time Of Last Edit: 2025-11-04 17:03:07
|
