Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 08:57:42 +0000



Post From: Change Symbol with ACSIL

[2020-01-30 19:48:42]
ForgivingComputers.com - Posts: 1123
I have a need to set the symbol of the current chart with ACSIL.

I know I can set the Bar Period with ACSIL, I can read the chart symbol, but I cannot change it. Can you look at adding a function like sc.SetChartSymbol() that would complement sc.GetChartSymbol?

I tried using sc.OpenChartOrGetChartReference(), and while it opens new charts, it keeps opening them if I change the symbol. This seems to be inefficient. I don't see a way to close a chart, or I might pursue this further.