I want to build an Grid EA, but it performance like martingale
-
I used if trade, for each position (loop), current price, distance price, no trade near by, once per bar and buy now.
I wanted to have grid EA, but it performs as martingale, 2X.
Would anyone help me to solve it? -
I will. Can you please share the link to your latest version?
-
-
Are conditions in blocks 31, 32 and 34 supposed to be true at the same time? I mean, all of 3?
-
Hi, thanks, but not that problem, I think the MT4 or MT5 version, it works on MT4 very well
-
Then the problem is with those 'bucket of trades' blocks. They work well on MT4 but not on MT5. It is a known bug. You will need to substitute them by pink 'for each position' blocks instead.