Second condition not triggering
-

https://fxdreema.com/shared/luGz8C5XdPlease assist me when the reversal hits the buy trade is not executed only the sell is . The ea should work like thishttp://fxdreema.com/forum/post/102536
-
The conditions I am trying to achieve are:
-
15:30 I want to open a trade or not. (time I set on my constansts).
-
I want to open a trade only in case of break the high or low of candle ID 1 ? If yes :
-
Only one buy and only one sell on that 15:30 candle
-
-
-
First of all, use the hours filter instead of the time filter. It's a better block to use for this project. Secondly, put the trailing stop at the beginning of the project. Thirdly, the counter block does nothing since the mentioned ID in the counter block does not exist and you don't need the block since there is a no position block connected before the counter block. I have already changed the shared project apart from the time filter block.
-
Respectfully I am confused, can you please show me a picture of how my end product must look, I'm more of a visual learner . So I must just click on the shared project ?
-
@fxpim I am getting confused by the last sentence of your instructions
-
@Moneyman012 Yes, click the shared project link you shared on this topic.

-
https://fxdreema.com/shared/14GThJKrb, ok progress bro, like now we 96% done thanks man cause buy trades are initiated, the issue now is that it continuously opens trades, like please download it and try it . It only needs to happen once if you get what I'm saying .
-
@Moneyman012 If you want one trade at a time, no matter buy or sell, you should filter either buys or sells in the no-position block. I've already fixed it in the shared project you just shared in your last reply.
-
Is the counter reset not the one that is triggering the continuous trades ?
-
Must I not use a once-a-day so that it trades once in both directions?
-
just tested it and it works for me. I get one buy and one sell at a time. The only thing I don't get is why you would want to close the trades at the end time and immediately after closing those trades, open new trades again.
-
@Moneyman012 Using those trailing stop blocks on top of your structures is a mistake. Those blocks need to be used in completely separate block trees.
-
Thank you for all the advice gentleman, after listening to both of you I can confidently say I have figured the ea out completely and it works the way it should .
-
@Moneyman012 Congrats!
