Problem with close each profitable position on mt5
-
Hi,when i use this block on mq5 the position is not closed,in the journal of the tester i read:Trade request failed error 4756,invalid order filling type[2].This block in older release it was ok.Thanks in advance.
-
This is very strange error message for me. There is one filling type that works sometimes, and sometimes not. And another one in the same manner. The same EA can work on 32 bit MT5 and not work in 64 bit MT5 or vice versa. At the end I decided to alternate filling types - to try with the first one and if not ok to try with the other one. So I expected that it will work in any situation now. What fxDreema version do you use and do you have such a message "ORDER_FILLING_FOK failed, now trying with ORDER_FILLING_IOC..."?
-
I'm using local version build 037 (01 May 2013) and do not come out other errors.I tried to use the web version but the result does not change,the errors remain.
......
Immagine.jpg -
I got it. It's fixed now for the web version.
-
Thanks,it work now.