Support Board
Date/Time: Thu, 20 Mar 2025 19:26:02 +0000
Post From: Numbers Bars Background Colors not Updating Correctly Using ACSIL
[2022-11-10 15:20:39] |
User431178 - Posts: 617 |
It is not possible to recalculate the chart that the study function instance that is calling this function is applied to. In this case 0 is returned and nothing happens.
ACSIL Interface Members - Functions: sc.RecalculateChartImmediate() From your code snippet above, using sc.ChartNumber, you are obviously doing what is described above as not being possible. Did you try sc.RecalculateChart? Also maybe: ACSIL Interface Members - Variables and Arrays: sc.FlagFullRecalculate ACSIL Interface Members - Variables and Arrays: sc.FlagToReloadChartData Date Time Of Last Edit: 2022-11-10 15:21:34
|