I want my EA to close the Running Trade if an opposite signal Appear. (e.g: when the BUY TRADE is running it should close immediately the SELL Arrow Signal appear ).
-
I want my EA to close the Running Trade if an opposite signal Appear. (e.g: when the BUY TRADE is running it should close immediately the SELL Arrow Signal appear ).
-
Simply connect a 'clase trades' block for sells immediately below the 'buy now' block, for example.
-
it has been done, close trade come after BUY NOW and SELL NOW
-
@Harjhady switch place between buy/sell now block and close trades block.
-
@Harjhady Do you mean the issue was solved?