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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    149 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    84 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    129 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    125 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    102 views
    0 likes
    Last Post CarlTrading  
    Working...
    X