Partial close and breakeven
-
I have been trying to figure out how to close trades when equity go up example 3% and modify stop lose to trade to breaeven
trades for pendent order and (limit and stop orders)
but i tried with loops close partial orders but i cant get to it to work..Would you please create some examples please...?
Thank you
-
Break even block loops trades inside, so normally it's not meant to be used inside loop (under "For each Trade"). Read the description of "For each Trade" to understand about loops.
Break even block, when executed, modifies SL of all (filtered) trades that are in profit in this moment. So I guess you can just place this block under the condition where you check the profit. If you mean the total account profit (equity-balance).