Pending Order does not trigger Trade/ Position
-
Hey people,
I'm trying to get a Pending Order Block to properly work. The EA is putting in the Pending Order, but the EA does not enter the Position, although price is hit.
The targeted price is hit (check down below: Entry price is hit -> green background), but no position is entered.
You see the blocks I`m using in the upper are of the screenshot.
Why is the EA not entering the position?
I seek for the help of the community! Thanks in advance!
PROJECT LINK:
https://fxdreema.com/builder/shared/geYn9IxKbDETAILS:
The pending order is triggered as soon as a 1h candle closes above the EMA and a following candle reverses 5Pips above the EMA.
-
@umbrellamaker Can you please share the link to the project instead of a screenshot?
-
PROJECT LINK:
https://fxdreema.com/builder/shared/geYn9IxKb
I know the lot size is too big due to missing SL. I adjusted that. Current lot size is at 0.3 and looks reasonable. Still no trade is triggered.
-
@umbrellamaker i saw you have put a buy limit of 100 LotSize (one hundred), maybe this could be the problem? Maybe the instrument properties don't allow this big size.
Ops, never mind. (EDIT) -
@umbrellamaker What's the point of block 1037? What is it supposed to do?
-
@l-andorrà need that for another part of the EA
-
@umbrellamaker Then I don't find any specific reason for it not to work. Probably there must be another part of the EA hindering this one.
-
Yea but what might it be? I checked every part, which somehow affects pending orders or opening orders.
-
nothing is working and the pending order never opens a trade...
-
PUSH:
I made it work by just rebuilding everything and tweaking minor parts. Trades are now taken, but sometimes not as in this specific case although price hit the targeted price level (check screenshot).Any idea why is that? I'm letting the EA run on 1 Minute OHLC. Maybe because of that the trigger is not pulled?

-
@umbrellamaker Maybe (just maybe) because you are testong the 1 minute chart some repainting is happening with that MA. Try with hifher timeframes to confirm it works correctly.