I'm testing my strategy and I note that sometimes exitlonglimi is ignored.
Trace orders reports that There already is a matching, filled exit order in place.
I debug with visual studio and I check orders list but there aren't orders whit same price..
You can see a complete trace:
06/01/2011 16:25:00 Entered internal PlaceOrder() method at 06/01/2011 16:25:00: BarsInProgress=0 Action=Sell OrderType=Limit Quantity=2 LimitPrice=1,3074 StopPrice=0 SignalName='BETA_SCALP_EUR_DOL_TRAIL_TargetLong_01 ' FromEntrySignal='BETA_SCALP_EUR_DOL_TRAIL_EnterLon g_01'
06/01/2011 16:25:00 Ignored PlaceOrder() method: Action=Sell OrderType=Limit Quantity=2 LimitPrice=1,3074 StopPrice=0 SignalName=BETA_SCALP_EUR_DOL_TRAIL_TargetLong_01' FromEntrySignal='BETA_SCALP_EUR_DOL_TRAIL_EnterLon g_01' Reason='There already is a matching, filled exit order in place'
thanks

Comment