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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      35 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      286 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      286 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      133 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      92 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X