Login Page - Create Account

Support Board


Date/Time: Fri, 16 Jan 2026 07:08:05 +0000



Post From: Changing chart trade symbol via ACSIL does not update open Chart Settings window

[2026-01-15 22:50:16]
User719512 - Posts: 392
Using/calling sc.TradeAndCurrentQuoteSymbol and/or sc.SetChartSymbol() to change the chart trade symbol does not cause an Open Chart Settings window to refresh to reflect the new value.

If you decide to look into this, please check changing the following and how an open Chart Settings window updates:
sc.TradeAndCurrentQuoteSymbol = xxx
-or-
sc.SetChartSymbol()
-and also-
sc.CurrencyValuePerTick = xxx

...and after such code, yes, my custom study is calling sc.RecalculateChart(sc.ChartNumber);

Workaround:
Close window/reopen with F5

See also:
Programmatically change symbol to already opened charts

This is pretty low priority honestly (at least for me), nothing blocking, and raising this just for your awareness.
Thank you for your attention to this matter.
Date Time Of Last Edit: 2026-01-15 22:57:29