I read about FIFO and how it should be handled. But the price is often touched but the profit target seems to be filled last.
I am using a strategy that creates a trailing profit target based on the average price,
SetProfitTarget("EntryName",CalculationMode.Price, NewTarget);
Does this command puts me back at the end of the queue?
Or do I retain my priority if the new profit target is at the same price as the existing one?

Comment