After start close order from other Asset

Posted By: Grat

After start close order from other Asset - 05/18/21 06:39

Hi,

I use version:

I use 1 MT4 - to connection to broker

I run 6 Zorro instances with the same strategy but different Asset

I also have one script that I run multiple times. Each time with a different symbol. If I restart any of the symbols, it also closes the other open symbols. How to prevent this unwanted behavior?

example:

run:
Z1...EURUSD
Z2...GBPUSD
Z3...USDJPY
Z4...USDCAD
..etc

on the EURUSD I have 2 orders on market.
Now I restart the AOS with USDJPY. During the start USDJPY close all order with asset EURUSD.

Attached picture Snímek obrazovky 2021-05-17 v 17.04.32.png
Attached picture Snímek obrazovky 2021-05-18 v 8.26.50.png
Posted By: Grat

Re: After start close order from other Asset - 05/18/21 11:02

I test other symbol - also problem with close.

Attached picture Snímek obrazovky 2021-05-18 v 13.01.36.png
Posted By: jcl

Re: After start close order from other Asset - 05/18/21 14:42

Better do as the manual suggests and rename the parallel strategies accordingly. Otherwise they will share not only the same log, but also the same .trd file - and you just discovered the consequences of that.
Posted By: Grat

Re: After start close order from other Asset - 05/18/21 18:44

Thank's

I know by share log, but I forget the same - share .trd.
© 2024 lite-C Forums