I thik this has a bug
-
Hello
I have code a simple Ea.
This Ea should monitor pending orders time, and when they reacth for example 5minuts time the Ea sould delet them.
When i generate the mq4 code it is ok. But when i compile it on mt4 it gives error.
Mabe i´m doing something wrong.
The idea is a Ea that monitor buy time and close the pending orders.
Example i want it to only delete pending orders that has 30 minuts time
hope you can help
Thanks
......
EAPendingclose.JPG -
Try with the pink block called "close" instead this blue one. Blue blocks like this has the loop inside, they don't care about pink blocks.
-
Thanks for your reply.
I think it is working now.
Is there any manual that i can study how to work with Dreema?
-