Wrong/ Invalid Entry - Missed Entry
-
I tried it before and still having the same problem. The Skip Tick is just an additional but the issue exist even without it.
-
And Yes it happens to trade well, except for the invalid trades, like there is no such crossover and condition that was met, and yet the EA placed invalid trades.
-
@01punchman Honestly I can'0t find the reason why it happens. Your logic is correct. I'm a bit suprised you get so many trades considering how restrictive your conditions are. Can you please upload some examples of invalid trades?
-
@l-andorrà sure Yes, I agree and thank you for that and the same time, that is certainly the problem that I have.
Here is one example. As you can see I supposed to have Arrow Down for Sell and Arrow Up for Buy, but you can't see any EMA crossover and not even confirmed by MACD, and yet the EA place an invalid trade.

-
@01punchman Apparently there should be a logic problem somewhere but I can't simply find it. The only thing I can suggest is that maybe the file is corrupt and rebuilding from scratch in another file can help. Other than that, I'm afraid I cannot help, sorry.
-
@l-andorrà That is so unfortunate. I hope this can be read by the Admin and can also help to figure out what we can do to help fix it. Cause I already tried rebuilding a new Project after I paid and yet still the same. @Admin-0 @admin @adminkw -I am really hoping you can take the time to take a look and help me with this issue. Thank you so much and your effort will be much appreciated.
-
@01punchman here's one issue, at least. The FALSE output (yellow) of "cross above" does not mean "cross below". You need a separate condition block for the down cross.
Also, you need to use ID 1 in the conditions, if you want to look back at your tests with completed candles. If there's a cross when the candle is still moving, that information may be lost when the candle completes. There's a million posts in the forum about this ID issue.

-
@roar Thank you for your response. I will try it again to separate that EMA2 x> 10 and EMA2 x< 10. The reason why it's like this is for me to try a different approach since according to the Condition the Yellow Dot is when the opposite value is valid.

And I will also use Candle ID 1, which is on More Settings, right? -
@01punchman actually, I was wrong. The cross condition works just like you have it. Fxdreema is smarter than I thought lol
And yes, candle ID1 from more settings.
-
@roar Hahaha Thank you for the tips. Let me try to see if that will work.