Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bollinger Region coloring Sample

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

    Bollinger Region coloring Sample

    I downloaded and installed this Sample indicator , but it has some annoying
    problems . It prints a histogram behind price and I'd like to lighten up the
    region transparency some . I'd post the zip file ,but am having an error when
    I try to export it . If anyone has the time to down load it here :



    I've looked through the code ,but don't see anything to comment out or parameter to change . thx in advance
    Last edited by T2020; 02-11-2010, 03:07 PM.

    #2
    Hello T2020,

    You can adjust the opacity setting.

    Code:
     
    DrawRegion("Bollinger Upper Region", CurrentBar, 0, Bollinger(NumStdDev, Period).Upper, Bollinger(NumStdDev, Period).Middle, Color.Black, Color.Blue, 2);
     
    DrawRegion("Bollinger Lower Region", CurrentBar, 0, Bollinger(NumStdDev, Period).Lower, Bollinger(NumStdDev, Period).Middle, Color.Black, Color.Blue, 5);
    The last number there is the opacity. Opacity setting ranges from 0-10. 0 being transparent and 10 being completely colored.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_RyanM View Post
      Hello T2020,

      You can adjust the opacity setting.

      Code:
       
      DrawRegion("Bollinger Upper Region", CurrentBar, 0, Bollinger(NumStdDev, Period).Upper, Bollinger(NumStdDev, Period).Middle, Color.Black, Color.Blue, 2);
       
      DrawRegion("Bollinger Lower Region", CurrentBar, 0, Bollinger(NumStdDev, Period).Lower, Bollinger(NumStdDev, Period).Middle, Color.Black, Color.Blue, 5);
      The last number there is the opacity. Opacity setting ranges from 0-10. 0 being transparent and 10 being completely colored.
      Thanks Ryan . That worked spot on and by following your lead there , I
      was able to set the strange histogram to Transparent and eliminate that
      as well . Thanks again .

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      566 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
      547 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      548 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X