Announcement

Collapse
No announcement yet.

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.

    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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      28 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      284 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      281 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      132 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      90 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X