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

Help with multi plots

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

    Help with multi plots

    Hi, I have coded an indicator that is to plot 2 trend indicators under the price panel.
    A short term trend and a long term trend. Only only one of the plots is visible. Could you please look at the attached code and advise what the problem is. Thanks.
    Attached Files

    #2
    Hello KennyK,

    Thanks for your post.

    For each plot added you need an output which you have created however the 2nd plot references the incorrect data. In the region properties, the first plot "shortTrend" correctly references Values[0]. The 2nd plot "longTrend" also refers to Values[0], you would need to change Value[0] to Values[1]. The index[0] is not a bars ago index but is a plot series index. If you had 3 plots the next one would need to reference Values[2] and so on for each plot added.

    In addition, where you are setting the PlotBrushes, for the TrendLong, you would need to change from PlotBrushes[0][0] to PlotBrushes[1][0] Where [1] is the plots series index and[0] would be the current bar.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      All Done

      Hi Paul,
      Thanks very much for that, I have made those changes, plus added some more embellishments and all is working beautifully.
      Cheers.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by The_Sec, Today, 03:37 PM
      0 responses
      2 views
      0 likes
      Last Post The_Sec
      by The_Sec
       
      Started by GwFutures1988, Today, 02:48 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by ScottWalsh, 04-16-2024, 04:29 PM
      6 responses
      32 views
      0 likes
      Last Post ScottWalsh  
      Started by frankthearm, Today, 09:08 AM
      10 responses
      36 views
      0 likes
      Last Post frankthearm  
      Started by mmenigma, Today, 02:22 PM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X