Hi,
I'm working on a breakeven strategy with several moving stops based on various signals.
This strategy requires several updates to the trade and to effect the logic I would like to be able to know the trade update history. Most importantly the iteration. i.e. how many times has it changed.
Is there an easy way to get this information?
i have thought about adding a counter at the end of the CustomId in the QTXT row e.g. /1 /2 etc.
This seems a bit fiddly though.
is there an easier way?
Thanks in advance
H