How to stop martingale EA from placing too many trades
-
My Martingale EA places too many trades at same price level when the trading day is changing due between 23:50PM to 1:30 am server time. Have use spread and time filter to stop it, yet is still not stopped. What else can i do?
-
@ideal
implement a time filter or specify the min distance from last to next trade, which is might the better solution -
@bk7 Thanks. i specify a min distance before it will place another trade. i have time filter and spread filter too. but is not working. between 00:00 t 1:30 server time, it does place multiple trades in one place though not all the pairs. have done all i can.
-
@ideal Can you please share the link to your project?
-
I have this issue as well. After my first trade is closes due to SL, multiple trades are opened and doubled with each consecutive trade -
@abhart76 Can you please share the link of the project? The image is not clear enough.
-
@l-andorrà shared/wDHl59P0d
-
@abhart76 said in How to stop martingale EA from placing too many trades:
shared/wDHl59P0d
You should remove both 'if position' blocks abd substitute them by 'For each trade' blocks. The you should add a pink 'one per trade/order' block before the 'add to volume' block.