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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      252 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      161 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      165 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      251 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      203 views
      0 likes
      Last Post CarlTrading  
      Working...
      X