Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How Dynamically Know the plot index from given series

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

    How Dynamically Know the plot index from given series

    Hi,

    I am an experienced .Net Programmer but very much new with NinjaScript.

    I am trying to develop an indicator which is having multiple Plots with their associated series. I am aware that Plots can fetched at later stage with its Plots[] index.

    Is there any way to get plot index from Its Series?

    Thanks in advance!

    #2
    Hi raaxus, thanks for your post.

    A Series<T> object and a Plot object are independent of each other, so it would be up to the programmer to know there are as many Series indexes as there are Values[][] indexes. Note you can also access the value of any plot with the Values[][] array as well e.g. the second to last value of the second plot:

    var x = Values[1][1];

    Please let me know if this does not resolve your inquiry.

    Comment


      #3
      Originally posted by NinjaTrader_ChrisL View Post
      Hi raaxus, thanks for your post.

      A Series<T> object and a Plot object are independent of each other, so it would be up to the programmer to know there are as many Series indexes as there are Values[][] indexes. Note you can also access the value of any plot with the Values[][] array as well e.g. the second to last value of the second plot:

      var x = Values[1][1];

      Please let me know if this does not resolve your inquiry.
      Hi,

      I wish to know the Plot brush from the series so that text can be drawn with same color (if possible)

      Comment


        #4
        Hello raaxus,

        Thanks for your reply.

        You can use Plots[].Brush, where [] would be the index number of plot.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        647 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X