Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MACDBarColor indicator

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

    MACDBarColor indicator

    Hello,

    I like the MACDBarColor indicator, it translates the histogram into painted red or green bars. The issue I have is that in the process I lose the black outline of the body of the candle. Is there a way to change this so I can see the black outline?

    Thanks
    Jim
    Attached Files

    #2
    You need to set the CandleOutlineColor as well.
    Ref: http://www.ninjatrader.com/support/h...tlinecolor.htm

    Code:
    				
    if(above)
         BarColor = AboveColor;
    else
         BarColor = BelowColor;
    				
    [B]CandleOutlineColor = Color.Black;[/B]
    				
    Diff.Set(macd - macdAvg);

    Comment


      #3
      That works!

      Thank You

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      88 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      92 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      70 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      87 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      64 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X