Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

assigning color to indicator with 3 lines plotted

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

    assigning color to indicator with 3 lines plotted

    I want to change color (or here, make transparent) each of the MAEnvelopes plots.

    Below works on only the Upper line. Can someone help me with the middle and lower band?

    MAEnvelopes(0.05, 1, Fast).Plots[0].Pen.Color = Color.Transparent;

    #2
    I assume you're doing this within a strategy correct?
    If you are try doing this

    MAEnvelopes(0.05, 1, Fast).Plots[1].Pen.Color = Color.Transparent;
    MAEnvelopes(0.05, 1, Fast).Plots[2].Pen.Color = Color.Transparent;

    Where the bold numbers corresponds to the desired plot

    Let me know if I can further assist.
    LanceNinjaTrader Customer Service

    Comment


      #3
      Thank You, that worked.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X