Open extra trade after 1 ATR - goes wrong
-
hi,
I am running current EA:
https://fxdreema.com/shared/UwfBXZ0GdHe is running good and suddenly he opens 3 trades (short after each other) without reaching the ATR distance... See picture.

Can someone please check ?!![test.jpg] -
@Chikano11 There are several issues.
- Remove both 'if trade' blocks numbers 5 and 180. They are redundant.
- What's the purpose of those 'once per minutes' blocks? Are they supposed to stop new trades for 3 minutes? You'd better move those blocks trees to the 'on timer' tab instead.
- Renumber your block ID numbers for all blocks on top of each block tree. They are conflicting now. Renumber them from left to right using consecutive numbers from 1 to 6.
That would fix it.
-
hi @l-andorrà
Step 1. Done
Step 2. Deleted
Step 3. DoneNow I have the next problem.
The EA starts correct with opening an extra Martingale trade after 1 4H ATR.

But suddenly he opens 3 trades in the same minute,
as below:

Current EA = https://fxdreema.com/shared/pAOJ8GDM
Hope you can help me
-
You should use a pink 'once per trade' block immediately on top of both buy/sell now blocks numbers 20 and 26