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

2 strategies management

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

    2 strategies management

    So I have 2 separate strategies running on the same chart at the same time.
    1. A long Strategy
    2. A short strategy

    The problem I'm having is when the short strategy open a trade while the long strategy still hasn't closed the previous trade. or the opposite.

    How can I make it so each strategy can open trades only when the other strategy doesn't have any open trades going?
    So each strategy has to wait until there are no open trades on the chart then it can open a new trade.

    Thanks a lot


    #2
    Hello onlinebusiness,

    Thanks for your post.

    Please review this forum post by my colleague Chelsea explaining running multiple strategies that place orders in opposite directions on the same instrument and same account.
    https://ninjatrader.com/support/foru...660#post792660

    Something you could consider is checking if PositionAccount.MarketPosition is equal to MarketPosition.Flat in your strategies before placing an order. Note that it could still be possible that both strategies try to enter a position at the same time if the conditions in both strategies become true at the same time.

    PositionAccount: https://ninjatrader.com/support/help...ionaccount.htm

    Otherwise, you could consider combining both strategies into a single strategy that enters either long or short depending on conditions.

    Let me know if I may assist you further.​
    Last edited by NinjaTrader_BrandonH; 12-04-2022, 05:47 PM.
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by dward123, 01-02-2024, 09:59 PM
    4 responses
    174 views
    0 likes
    Last Post Lancer
    by Lancer
     
    Started by ETFVoyageur, Today, 04:00 PM
    2 responses
    19 views
    0 likes
    Last Post ETFVoyageur  
    Started by AaronKTradingForum, Today, 03:44 PM
    1 response
    13 views
    0 likes
    Last Post AaronKTradingForum  
    Started by Felix Reichert, 04-26-2024, 02:12 PM
    11 responses
    80 views
    0 likes
    Last Post Felix Reichert  
    Started by junkone, 04-28-2024, 02:19 PM
    7 responses
    84 views
    1 like
    Last Post junkone
    by junkone
     
    Working...
    X