close partially issue
-
I tried an EA with a partially close function but it didn't work well because it was closing the full trade at the second partial. I have seen this idea in this forum about the conditions indicating what size I have on each moment and I was wondering if it is correct. I can not try it today, the market is already closed, and I don't really know what is doing the trade/order in loop...
I want to close partially two times, and then let the trade run without take profit.... and close it manually some days after.what do you think??? should this work?? thanks a lot!!
if not, how can I fix it??
https://fxdreema.com/shared/0Gjj16fGc -
now I realize in the link shared there is a mistake in the conections for opening the position, but is the partially close section that makes me doubt if it is correct or not...thanks!
-
You need to call the trade before using in a condition:

-
as always, thank you very much @jstap !! I will try your way!!!