I have created multiple strategies (for indicators, let's call them strategies for the sake of clarity), for example one for POC, VAL, VAH and an other one for VWAP, STD1 and STD2 lines. The first one has 3 indicators (lines), the second one has 5 indicators (lines). When only one of the strategies is enabled, everything works fine. If I enable both at the same time, the rendering goes crazy and it starts mess the lines and values up as in the picture below:
If I zoom in or out, the lines clean up and the lines jump to their right place, but on the next ontrade event the problem starts again. I could reproduce the issue on multiple instruments and both on Windows and MacOS. The 2 strategies do not inherit from each other. I am not sure what the issue is, but it seems to be only with the real time rendering. It seems as the indicators are getting points from an other indicator. Do you have any idea what the issue might be?
Conflict if multiple strategies are used with multiple indicators
Re: Conflict if multiple strategies are used with multiple indicators
Great news, thanks, but I am not sure how I can download a particular beta version. On my development machine (Mac) I have upgraded, but it went to 7.1.1.(there it is not fixed). On my Windows machine I am on 7.1.0b25 and it says I am on the latest version.
Re: Conflict if multiple strategies are used with multiple indicators
I do confirm, that the new version rolled out today fixes the issue, it has no crossed lines anymore in case multiple indicators are added. Many thanks for the fixes