Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExitLongLimit ignored

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

    ExitLongLimit ignored

    Dear,
    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

    #2
    Hello,

    Thanks for the note.

    It doesnt have to be an exit order at the same price. When your using the managed approach there are some rules to order submission which are designed to keep you out of a error state.

    Please see this rules:

    Internal Order Handling Rules that Reduce Unwanted Positions



    Methods that generate orders to exit a position will be ignored if:
    A position is open and an order submitted by an enter method (EnterLongLimit() for example) is active and the order is used to open a position in the opposite direction
    A position is open and an order submitted by a set method (SetStopLoss() for example) is active
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    673 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    379 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    577 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    582 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X