Am I missing something?
-
I want to store the ticket number of a parent partially closed trade into a variable. I tried this but to no avail:
https://fxdreema.com/shared/C0pkHoN8b
Am I missing something?
-
@l-andorrà Isn't what you have storing the ticket straight after placing the trade? Shouldn't you be storing the ticket under close partial?
-
That is what I need! How can I get the number of the new ticket after the trade i partially closed. I created this example to see how the ticket number moved from the initial value just after the trade is open to the new value immediately after it is partially closed, but it doesn't work.
-
I see I can store the value of the initial trade, but I see there is no easy way to take the ticket number of the partial close. I will keep investigating.
-
@l-andorrà Your other option is to close the trade and reopen new with reduced lot, this would likely work.
-

-
Interesting suggestions from both jstap and provenzano. Thank you all.