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

Essence of the notion Value(s)

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

    Essence of the notion Value(s)

    There I can read that:
    Value references the first DataSeries object Values[0] in the indicator. This is the primary indicator value.
    How understand it ?

    #2
    Hello,

    This is referring to the difference between Value and Values in NinjaScript. When you refer to Value[], you are referring to the primary data series in the script. If you have more than one data series in your script, then you can use Values[][] to refer to specific data series.

    For example:
    • Value[5] -- The value of the primary data series, 5 bars ago
    • Values[0][5] -- The same thing as above
    • Values[3][10] -- The value of the fourth data series, 10 bars ago
    Dave I.NinjaTrader Product Management

    Comment


      #3
      Originally posted by NinjaTrader_Dave View Post
      Value[5] -- The value of the primary data series, 5 bars ago
      5 bars.. Really? Bar's Numeration starting did not from zero? P.S. I think, that it read as:
      The value of the primary data series, 6 bars ago( from zero... 5 is 6's number ). Isn't it, really?

      Originally posted by NinjaTrader_Dave View Post
      Values[3][10] -- The value of the fourth data series, 10 bars ago
      Possibly, it is 11's bars ago?

      Comment


        #4
        The current bar = zero bars ago (Values[3][0])
        One bar ago = Values[3][1], etc.
        eDanny
        NinjaTrader Ecosystem Vendor - Integrity Traders

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by KonAdams, Today, 10:53 PM
        0 responses
        2 views
        0 likes
        Last Post KonAdams  
        Started by JGriff5646, Today, 10:02 PM
        0 responses
        11 views
        0 likes
        Last Post JGriff5646  
        Started by AdamDJ8, Today, 09:18 PM
        0 responses
        5 views
        0 likes
        Last Post AdamDJ8
        by AdamDJ8
         
        Started by knowmad, Today, 03:52 AM
        2 responses
        34 views
        0 likes
        Last Post knowmad
        by knowmad
         
        Started by ETFVoyageur, Today, 07:05 PM
        0 responses
        11 views
        0 likes
        Last Post ETFVoyageur  
        Working...
        X