Rafal W.

Results 253 comments of Rafal W.

Btw. Meta Order Limit strategy is about limiting daily orders.

Which version you've problems with condition/actions, v1, v2 or v3?

Hope to test it this week.

I've tested EA Advanced v3.000 and testing/optimizing tasks related to order closure produces different results so I believe it works fine. Trade's `OrdersCloseAll()` method is called and closing the orders...

@mavidelisi Which version, v1, v2 or v3?

I believe these errors were already fixed somewhere in v2, and I won't be able to find it, as the fixes may be not compatible with v2, as there were...

> I think it just gives an error because of cannot find the tickets when closing the transactions. The main logic for closing orders is in Order.mqh, so if there...

Another way is to run EA under debugger, and find where it happens and what's the real error behind it. Unknown error was simply, because not all error messages were...

If this happens on MT5, it's potentially related to type of filling, as I've discovered that it needs to be defined as well during the order closure. Some fixes which...

If EA trying to close order and it's not actually there (order was closed, but internally EA still tracks the order as open), potentially it's a bug in `Update()` which...