EA makes the Pending Orders more than it should
-
Re: EA makes the open position more than it should
I'm sorry I'm wrong. Actually EA has made double pending orders.
Hope someone can help me with this project:
https://fxdreema.com/shared/HcBYQeXwd -
-
Everyone who has gone through fxdreema examples know this rule: Do not connect blocks after buy/sell blocks.
-
Immediately after your pending orders are triggered they become buy and sell orders and your current code will create new pending orders again, Also use the [No trades block].
This is as much advice as I can give, I do not know what you want to do.
-
-
@uchiha
Thank you for responding. First of all, I'm sorry that my English is less understood because I am not a person who uses English as my daily conversation (I use a translator).I am creating an EA for pending orders. It has been successful. But the EA pending order I created has made two pending in the same place. I means two buys pending and two sells pending in the same place. For example: pending buy at 0.1234 should be just one pending. But what is happening is the EA make two pending at the same place (0.1234).
Please help!
-
Put this above your pending order blocks, see if it works

or use the [counter] and [counter reset] blocks...
- set counter to 1, place above your pending order blocks.
- put [counter reset] block below your close trades block and reset the [counter] block
-
Thank you. Everything has been operating well and seamlessly as I want as soon as I test it with the tester.
Thank you very much and I'll can post a message again if there is a problem and I would like to share this with all users: -
@ahlanbika thank you