How to close trade when "X" amount is reached
-
I want to know how to close all trades that have a certain amount in profit. how should I come about doing this
-
@petrus313 For each individual trade, close profitable trades will close each one as it reaches profit, to close all when average profit is met condition block with profit => value close trades block underneath.