Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 f.saeidi, Today, 11:02 AM
    1 response
    1 view
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    15 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by lorem, Today, 09:18 AM
    2 responses
    11 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    4 responses
    30 views
    0 likes
    Last Post geddyisodin  
    Working...
    X