I'm developing an unmanaged strategy, which can place more than one entry order at a time.
When I look at the chart and trades table, I see ninja defines 'trades' in a FIFO-like manner, namely, it associates the first entry with the first exit, the second entry with the second exit and so forth.
My problem is that in my strategy, the first entry should sometimes be logically associated with the second exit, as they are derived from the same signal.
Is there a way to tell NT which entry should be associated with which exit?
Thanks,
Boaz

Comment