Announcement

Collapse
No announcement yet.

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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        152 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        305 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        345 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        176 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X