Reopening on valid signal (mql5)
-
Hi,i need help.When the target profit is reached and the signal is still valid,how can i stop reopening position? I tried to use "(on trade)position closed" block and set/check flag but it doesn't work.There's someone can help me? Thanks.
-
I can't get the idea, but I don't think you need all those flags, isn't it possible to work with conditions-actions only?
And by the way, when you wonder if some block is passing, and for how long, the most intuitive way is to put "Draw arrow" below that block.
-
Here I do a test putting a draw line after "buy now" and after "position closed by stop loss" ,first line appears second no,therefore I have to assume that it doesn't work.
-
Those MT5 events... such a big mess. Now working?
-
Yes,thanks.