There seems to be interdependence between charts when one chart has a symbol that matches a symbol accessed via "sym()" in another chart.
I've not yet fully defined the exact circumstances in which this occurs, but cause of the difficulty in doing so here is what I know so far in case anyone can shed light on the issue.
In more detail, but there is more to it as I can't always reproduce it...
* Chart "A" (15mins) has, say, "HBOS-LON" in it and a formula that I wrote that accesses, say, "ICI-LON" (via "sym()", various values such as price and mas are accessed).
* A little later (this doesn't seem to happen if you do the next step immediately)...
* In Chart "B" (15 mins), which has NO studies (ie certainly not mine), I load "ICI-LON".
* I now see the Chart "A" formula go through it's whole cycle (ie BARSTATE_ALLBARS and reprocess all the bars, as if it were restarted).
Why????
It simply isn't reasonable that one chart should affect the other.
One consequence is that my alerts in Chart "A" get refired.
Another is that there is an extra delay.
Can anyone throw any light on this please. What are the exact triggers and can it be avoided?
Thanks
I've not yet fully defined the exact circumstances in which this occurs, but cause of the difficulty in doing so here is what I know so far in case anyone can shed light on the issue.
In more detail, but there is more to it as I can't always reproduce it...
* Chart "A" (15mins) has, say, "HBOS-LON" in it and a formula that I wrote that accesses, say, "ICI-LON" (via "sym()", various values such as price and mas are accessed).
* A little later (this doesn't seem to happen if you do the next step immediately)...
* In Chart "B" (15 mins), which has NO studies (ie certainly not mine), I load "ICI-LON".
* I now see the Chart "A" formula go through it's whole cycle (ie BARSTATE_ALLBARS and reprocess all the bars, as if it were restarted).
Why????
It simply isn't reasonable that one chart should affect the other.
One consequence is that my alerts in Chart "A" get refired.
Another is that there is an extra delay.
Can anyone throw any light on this please. What are the exact triggers and can it be avoided?
Thanks
Comment