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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    65 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    41 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    23 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    26 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    52 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X