partial closing trades and moving sl
-
i have my sl at 50 in buy bar no tp
what i want to happen is :
on 10 pip profit it must close a third and move sl to 30
on 20 pip profit it must close another third and move sl to be and set tp to 50what actually happens is :
on 5 pip in profit is closes one third and another third on the same time and sl does not move
????
pls help
-
@kop May you share your project?
-
-
Firstly, you don't need so many 'current market' blocks. You can use just one and then list all symbols you need in it separated by a comma.
You specify a fixed value of pips of 0 pips as a take profit. You should use the option 'No take profit' instead. This is why your trades are doing weird calculations. Your blocks 'modify stops of trades' is trying to do it with a take profit of 0 when you just want to move yous SL. Use the pink block 'Modify stop' instead.
-
@l-andorrà i use the current market blocks in this way so that i only have 1 chart open on mt4 ( but it trades all 28 pairs ) to save pc space
thx 4 help