I developed strategy for Forex. Strategy has exit on close = false and if the Friday's last bar closing price generate entry signal the order is placed Monady open price. In this case stoploss order is ignored.
14/3/2008 16:00:00 Entered internal PlaceOrder() method at 14/3/2008 16:00:00: Action=Buy OrderType=Market Quantity=25,000 LimitPrice=0 StopPrice=0 SignalName='MyEntryLong1' FromEntrySignal='' 14/3/2008 16:00:00 Entered internal PlaceOrder() method at 14/3/2008 16:00:00: Action=Sell OrderType=Stop Quantity=25,000 LimitPrice=0 StopPrice=1.5676 SignalName='MyStopLong1' FromEntrySignal='MyEntryLong1' 14/3/2008 16:00:00 Ignored PlaceOrder() method at 14/3/2008 16:00:00: Action=Sell OrderType=Stop Quantity=25,000 LimitPrice=0 StopPrice=1.5676 SignalName=MyStopLong1' FromEntrySignal='MyEntryLong1' Reason='Invalid order price, please see log tab' 14/3/2008 16:00:00 Entered internal PlaceOrder() method at 14/3/2008 16:00:00: Action=Sell OrderType=Limit Quantity=25,000 LimitPrice=1.5933'5 StopPrice=0 SignalName='MyTargetLong1' FromEntrySignal='MyEntryLong1'
Where I can see the log tab?? and what could be the possible reason of this error??
Rgds
Czarek

Comment