@l-andorrà Many thanks
Best posts made by Wangui89
Latest posts made by Wangui89
-
RE: EA opens new trades even when one is already runningposted in Questions & Answers
Thank you, it has worked!!
-
RE: EA opens new trades even when one is already runningposted in Questions & Answers
I have added the no position block, its working perfectly at first then mid backtest its opening 4 positions at once, from the same entry logic, what could i be missing? I have tried adding once per bar too but its not fixing it. Here is the link; https://fxdreema.com/shared/AFpEB4rGd
-
EA opens new trades even when one is already runningposted in Questions & Answers
Hello! I’m building an EA where entries can be triggered by either a trend filter cross or an EMA cross.
It should open only one trade (or trade set) open at a time.
If a buy trade is active from one condition, no other condition (trend filter or EMA cross) should open a new one until that trade fully closes.My current issue:
Even with “No position” or “Check positions count == 0” blocks placed before both entry paths, the EA sometimes still opens a new trade when another is already running. It doesn’t matter if it came from the other signal logic (trend or EMA).Could someone please look at my structure so I can solve this issue, Ty! Here is the link:https://fxdreema.com/shared/HHCSf5j0b
-
Issue Managing Two Trades with Different Exit Logic (EMA Cross Strategy)posted in Questions & Answers
I’m currently building an EA in fxDreema based on an EMA cross strategy
I was able to successfully create the initial version of the EA using a fixed take profit, and it works as expected.
However, I’m now trying to modify the exit logic as follows:- Open two trades per signal
- Trade 1: Exit on an exit indicator flip
- Trade 2: Exit on the opposite EMA cross
The issue I’m facing is that this new setup is not working correctly as the exit logic is not working
Here is my project link: https://fxdreema.com/shared/sGD94oM0bI appreciate any sort of help, ty!