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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        68 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        55 views
        0 likes
        Last Post CarlTrading  
        Working...
        X