I am trying to understand what's going on in the Output window on an Order Trace. I have a SetStopLoss located in the onBarUpdate. In the output window (see below) it appears that the stop loss is being reset each bar. Is that what's actually happening, or does Ninja "know" that the newly set stop loss price is the same as the last bar so it leaves the actual order alone. I imagine that constantly resubmitting the same order at the same price won't make a broker too happy.
Here is a chunk of the output window:
3/2/2012 8:18:05 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:28:57 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:35:07 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:39:32 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:42:13 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:46:49 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:50:36 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 8:54:31 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 9:02:34 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False
stop updated at first target fill
3/2/2012 9:08:32 AM Entered internal SetStopTarget() method: Type=Stop FromEntrySignal='' Mode=Price Value=1.33 Currency=0 Simulated=False

Comment