Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Basic PaintBar problem

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

    Basic PaintBar problem

    I have a 24hr ES 5min chart and the simple paintbar

    if (Close[0] > Close[1]) BarColor = Color.Gold;
    if (Close[0] < Close[1]) BarColor = Color.Purple;

    but it doesn't overwrite the default red/green colors at all.

    #2
    marketmasher,

    Please check your Control Center logs for errors.

    I suspect you may be running into the issue outlined here: http://www.ninjatrader-support2.com/...ead.php?t=3170
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      marketmasher,

      Please check your Control Center logs for errors.

      I suspect you may be running into the issue outlined here: http://www.ninjatrader-support2.com/...ead.php?t=3170
      Bingo - that was it. Thank you.

      I added the 1st line and it works fine now.

      if (CurrentBar < MinLength) return;

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      561 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      325 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
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X