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

most efficient way to communicate between 2 strategies

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

    most efficient way to communicate between 2 strategies

    What is the most efficient way to relay information between 2 strategies. For example, let's assume we have 2 bots (bot 1 and bot 2). Let's also assume that I don't want to allow both bots 1 and 2 to ever be long or short at the same time because they will be trading the same instrument but from different accounts. Thus if bot 1 is long the ES, bot 2 needs to be prohibited from going long the ES but still be allowed to short it in this situation. I don't see any way to do this directly with the default setup. I need a way for bot 1 to know if bot 2 is long, short, or flat before putting on a new position and vice versa. What is your recommendation?

    #2
    Hello gordongekko,

    NinjaScript Strategies are designed to be independent and do not communicate with each other.

    It is possible to use general c# with static methods to have a variable that is accessible from multiple scripts.

    Below is a link to an example.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by martin70, 03-24-2023, 04:58 AM
    15 responses
    114 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by The_Sec, Today, 02:29 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by jeronymite, 04-12-2024, 04:26 PM
    2 responses
    31 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by Mindset, 05-06-2023, 09:03 PM
    10 responses
    265 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by michi08, 10-05-2018, 09:31 AM
    5 responses
    743 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X