Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ignored EnterShortStop

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ignored EnterShortStop

    Order trace:

    bid: 7258,5 ask:7258,5 close:7258,5 start:7258,5 startPL:7264,5 startShrt:7252,5

    23.06.2011 13:03:44 Entered internal PlaceOrder() method at 23.06.2011 13:03:44: BarsInProgress=0 Action=SellShort OrderType=Stop Quantity=1 LimitPrice=0 StopPrice=7252,5 SignalName='FDAX 09-11' FromEntrySignal=''

    23.06.2011 13:03:44 Ignored PlaceOrder() method at 23.06.2011 13:03:44: Action=SellShort OrderType=Stop Quantity=1 LimitPrice=0 StopPrice=7252,5 SignalName=FDAX 09-11' FromEntrySignal='' Reason='An Enter() method to submit an entry order has been ignored. Please search on the term 'Internal Order Handling Rules' in the Help Guide for detailed explanation.'

    Code:
    entOrd2=EnterShortStop(0,true,1,startShrt,name);

    Suggestions?

    #2
    Is there any resting Set() or Exit() order working at the time you submit the new entry order? As a non market order it would then be ignored:

    http://www.ninjatrader.com/support/h...d_approach.htm (bottom section here)

    You would need to cancel the resting orders first, wait for the cancel confirmation and could the issue the new entry...or you go with a market order in this case, they would be excluded from the order handling rules you ran into.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    24 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    115 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    225 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    411 views
    0 likes
    Last Post CaptainJack  
    Working...
    X