Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Access public values in multiframe strategy

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

    Access public values in multiframe strategy

    Hi everybody
    I have a multi frame strategy. I set a variable in the first data series onbarupdate. how can i access that variable in the second data series onbarupdate.


    For example i have a variable named MaxVal.
    in onbarupdate event, if barsinprogress == 1 i set the MaxVal to 3.78.
    i want to read MaxVal in onbarupdate if barsinprogress == 2

    #2
    From your example, it sounds like it should work as you expect.

    The value you assign to MaxVal when BIP == 1 will be retained
    when OBU is called again with BIP == 2. Therefore, just access
    MaxVal normally when BIP == 2 ...

    EDIT:
    That is, as long as MaxVal is a class variable, and not defined
    as a local variable inside OBU itself.


    Give it a try, report back with any errors.

    Comment


      #3
      Should i declare the variable as static?

      Comment


        #4
        Originally posted by amiralimadadi View Post
        Should i declare the variable as static?
        No, just define it as private variable for the class.

        Comment


          #5
          Hello amiralimadadi,

          Thank you for your note.

          You could declare the variable within the class, for example private in x=0.

          I have attached a screen shot of how you’d set this up.

          Please let us know if you need further assistance.
          Attached Files
          Alan P.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NullPointStrategies, Yesterday, 05:17 AM
          0 responses
          58 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          133 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          73 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          45 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          50 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X