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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    152 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    305 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    345 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    176 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X