Page 1 of 1

Conflict if multiple strategies are used with multiple indicators

Posted: Mon Jan 13, 2020 7:23 pm
by zcsoka
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:

messed up indicators.png
messed up indicators.png (400.63 KiB) Viewed 6912 times

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?

Re: Conflict if multiple strategies are used with multiple indicators

Posted: Tue Jan 14, 2020 10:53 am
by Andry API support
Hi zcsoka,
yes we have and we're going to fix it soon.

Re: Conflict if multiple strategies are used with multiple indicators

Posted: Mon Jan 20, 2020 6:45 pm
by zcsoka
AndreyR wrote:
Tue Jan 14, 2020 10:53 am
Hi zcsoka,
yes we have and we're going to fix it soon.

Do you have an ETA for the fix? 

Re: Conflict if multiple strategies are used with multiple indicators

Posted: Tue Jan 21, 2020 11:14 am
by Andry API support
Update your Bookmap (fixed for 7.1.0b27 and 7.0.0b86).
UPDATE: being tested, still not available.

Re: Conflict if multiple strategies are used with multiple indicators

Posted: Tue Jan 21, 2020 12:28 pm
by zcsoka
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

Posted: Tue Jan 21, 2020 1:33 pm
by Andry API support
zcsoka,
check a private message from me.

Re: Conflict if multiple strategies are used with multiple indicators

Posted: Wed Jan 22, 2020 8:15 am
by zcsoka
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