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 CarlTrading, Yesterday, 09:41 PM
    1 response
    20 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, Today, 02:41 AM
    0 responses
    6 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, Yesterday, 11:44 PM
    0 responses
    17 views
    0 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    34 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    32 views
    0 likes
    Last Post CarlTrading  
    Working...
    X