My EA
-
My EA opens all averaging orders at the same price immediately after the first trade.
I want a simple grid logic: first order, then next buy only after price moves 10 pips down, then another after another 10 pips down.
But all averaging orders are triggered at once.
Can someone explain the correct fxDreema structure for this?
-
Can you please share the link to your project? That will make the issue easier to understand.
-
bFTkS5XId
共有リンクです -
Here is my shared project code from fxDreema.
Please check why my grid (averaging) orders are opening at the same time instead of after the set pip distance.
I tried setting -10 pips but multiple positions still open simultaneously.
Thank you.Here is my shared project code: bFTkS5XId
Please check why my grid orders open at the same time. -
Are you sure the code is correct? I can't see any project?
-
https://fxdreema.com/shared/86kHj2dXd
THank you in advance
-
You need to separate blocks 28 and 34. You need 2 separate blocks trees and not one like now.
-
Will that fix it if I do that?
Is it okay to leave the settings inside as they are?
-
Yes, it should. No changes in settings are needed.