Duplicate trades
-
Hello All,
Guys I need some help on my customized Martingale strategy. Somehow I'm getting duplicate trades on the initial stage as seen on the image. I have included the Once per bar condition but that didn't help.!
So as you can see, the initial trade happens in Section 1 in the image and once that trades initiates, Section 2 will check if the loss has reached a certain amount. If a certain loss is reached, then another trade will start but it creates duplicate trades as seen. The duplicate trade happens only on the first trade when Section 2 is initiated.


Hoping to hear from you guys and would appreciate it!
Thanks advance!
-
put your "check trade count" under your "once per bar" and make sure its your check trade count has <lower than 1
-
I did it earlier but It will wait until the next bar to start and I don't want to miss the possible trades happening inside an hour timeframe.
-
can you share your project? it will be easier to see what the problem is with all the inputs.
So just to be clear,
If area 1 is triggered
Area 2 checks the running trades loss
If loss = x a second trade is entered with different rules?
And this should only happen once per baryou may also need to have area 2 in a separate section.
You could also try remove " check trade count" and "once per bar" on area 2 -
@engrled I am in this same situation, and it is not an isolated case.
-
Can you please share the link to your project?