Support Board
Date/Time: Wed, 27 Nov 2024 08:35:47 +0000
Post From: Using ACSIL to change symbol when invalid symbol is entered?
[2023-09-12 18:30:34] |
User584005 - Posts: 27 |
This custom study im using programmatically changes the Symbol by way of sc.DataFile = CellString + ".scid"; The underlying CellString changes every minute or so but because the Symbol was invalid the chart has no bars and the study doesn't update. So I need to know of a way to force the chart to update reloading the CellString when the symbol prior was invalid. I tried a few commands like sc.UpdateAlways = 1; but my understanding of this is basic at best and nothing seems to work. |