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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    475 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    315 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    253 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    340 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    305 views
    0 likes
    Last Post CarlTrading  
    Working...
    X