Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Buy and Sell orders in same strategy file

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

    Buy and Sell orders in same strategy file

    Is it possible to have both a buy and sell in the same strategy file? I can't find anything to say that it's not possible, but for some reason NT7 seems to be ignoring my sell side completely. The code compiles without errors but I get no short trades (and I know short setups should be triggering).

    The basic format I'm using is as follows.

    OnBarUpdate()
    {
    //condition set 1
    if ( //long conditions)
    {enter long}

    //condition set 2
    if ( //short conditions)
    {enter short}
    }

    Is that how it should be or am I missing something? I have COBC=true in the Initialize() method also.

    #2
    Hello Newuser,

    Thank you for your note.

    There is no problem having a strategy enter both longs and shorts. I’ve attached a SampleMACrossOver Strategy which has both enter long and enter short logic for which you could compare your strategy to, or if you’d like to provide us with a copy of your code so we can test on our end, please do so.

    I look forward to your reply.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X