Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Issue with opening orders in opposite direction to open trades

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

    Issue with opening orders in opposite direction to open trades

    Hi,

    I'm backtesting a strategy where multiple orders can be triggered and opened in the same direction and in the opposite direction at the same time. I'm having dramas, and just discovered because positions are not being opened in the opposite direction if I have one or more positions open in one direction.

    For example if I have 2 separate Long positions open and a short is triggered, this position isn't taken /shown on the backtest chart or trade results.
    If I have a short (or more than one) open. no longs are taken.

    I have these parameters set in the init function:
    EntriesPerDirection = 10;
    EntryHandling = EntryHandling.AllEntries; // total of # (EntriesPerDirection) trades open at once

    Also I am naming every position I open with a unique signal name for setting the profit target and stops for each which is working fine.

    I am using the functions EnterLongLimit and EnterShortLimit to take the trades.

    Can you please advise what is happening in the background here to prevent the trades executing. Is there a parameter that needs to be set to allow this.

    thanks

    #2
    Hello PolarBear,
    Can you send a "sample strategy" to support[AT]ninjatrader[DOT]com depicting the problem you are facing.

    Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

    I look forward to assisting you further.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    60 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    148 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    284 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X