I Want To Correction In My Zigzag EA
-
Hey Guys
I have some problems in my EA- All accounts trades are closing if conditions are completed of 1 order.
- Sometimes bulks of order and closed automatically in 1 second.
I tried to changed If trade tree settings for problem 1, don't know is it ok know or not
Hope you guys understand -
@jstap Sir Look At This.
-
@muneeb00 Your close blocks were set to any symbol, they need to be set to specified, this way EA will only act on trad's made on the chart EA is on.

-
And what about problem no 2 ?
Is it just because of wrong close trade command?

-
@muneeb00 If you have multiple trades open on the sae pair with the same magic number, they will all close when conditions are met.
-
@jstap O dear you can't understand
These trades are auto open and one second after opening its closed.
Some repeated till the closing of that candle.
But its just happened once in a blue moon -
@muneeb00 It opens because your condition is still true, use a true/false flag, check before buy/sell and reset with a condition when needed.
-
@jstap looks complicated, sir do it for me please
I am paid member I will download -
@muneeb00 You use flags as in picture, you have to decide what condition switches it back on.

-
@jstap Leave it, I can't understand & bot is working fine without this.
-
@jstap Sir again my EA not working fine.
30 minutes back my bot was buying and selling in seconds.
Like buy condition meet, My EA buy after one second sell.
This happens once in a blue moon.
My question is why my bot behaving like this please tell me in details what should i do? -
@jstap Sorry sir i cant understand picture can you please tell me in details or do my work please to set my EA
-
@jstap I can tell you my strategy so its easy to correct my mistakes, its an honour for me sir. Thank You
-
@jstap
Check my EA now?
https://fxdreema.comshared/VMWcsigbst
Please check i put right values on flags?
One more thing still cant understnad indicator disappear block -
@muneeb00 Your shared link doesn't work
-
@jstap
Try Now -
@muneeb00Have a look HERE you need to decide the condition(s) for setting flag to true.
-
@jstap OK Sir Thanks,
After doing that will my bot work fine like how I want. No buy & close or sell & close frequently -
@muneeb00 If you have set your conditions right, but this is when you use back test to see any problems, then make changes until all is doing as planed.
-
@jstap EA is working fine while back testing, Little bit problems when I apply on charts.