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

A way to differentiate the plots.

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

    A way to differentiate the plots.

    Good morning:
    I have an indicator that Plots the results. Those Plots come form 3 different parts of the code.
    Bars ahead, I would like to differentiate​ the Plot.
    I am wondering if there is a way to make the Plot as object in way where I can attach another "property" to the value of the plot.
    Thank you very much!!
    FVJ

    #2
    Hello FVJ,

    Thanks for your post.

    A plot has a plot name that could be used when assigning values to plots or referencing plots.

    Or, the Values collection could be used to assign values to plots. Values[0][0] refers to the first plot, Values[1][0] refers to the second plot, and Values[2][0] refers to the third plot.

    See the help guide documentation below.

    AddPlot(): https://ninjatrader.com/support/help...ghtsub=addplot
    Values: https://ninjatrader.com/support/help...nt8/values.htm

    There are no supported means for adding additional properties to a plot.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Thank you Brandon!!
      There are no supported means for adding additional properties to a plot.

      Let's see if someone from the community has work with this subject
      FVJ

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      15 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Working...
      X