Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Global Variable...

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

    Global Variable...

    Is there a way to write a variable from one strategy on one chart and have it available for reading by another strategy [or same strategy for that matter] on another chart?

    #2
    My limited understanding is NO but the powers that be will correct me if I am wrong.

    Comment


      #3
      This is supported through C# .NET level by using static variables. We do not provide support for this.
      RayNinjaTrader Customer Service

      Comment


        #4
        If you're tricky (and good with writing to/reading from files), you may be able to do this...but just maybe.

        In a different way, I have been using bar color to communicate between indicators on the same chart. (set barcolor in one indicator and read it in another indicator), my end goal is to use bar color as inputs to strategies (indicator to strategy communication)...but I haven't tested that aspect yet. Any risk takers out there???

        Ben

        Comment


          #5
          There will be a reference sample up shortly that demonstrates something similar to what you want sbgtrading.
          Josh P.NinjaTrader Customer Service

          Comment


            #6
            If somebody could post an example, a general case that could be copied, of a static variable for Ninja Script it would be a great thing to have...

            Comment


              #7
              Just add "static" to your variable definition and put it in the "#region variables" section of your indicator/strategy.

              For instance:

              Code:
              static double common_value = 5;
              I've added things like this to both indicators and strategies, and found that it can be read/written from either one.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              574 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              333 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              553 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              551 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X