Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing color of ChartBars

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

    Accessing color of ChartBars

    Hello,

    In my strategy using NT8, I need to know the colors of individual bars of the ChartBars like in a Loop as below. How can I do that?

    for (int barIndex = ChartBars.FromIndex; barIndex <= ToIndex; barIndex++)
    {
    //Access color of individual bars
    }

    I am a newbie, tried looking up several things, but could not find anything that could solve my issue.

    Looks like things have changed between NT7 and NT8.

    Thanks.

    #2
    Hello RuthB,

    Thanks for your reply and welcome to the NinjaTrader forums.

    Rather than elaborately trying to read a bars color, it is easier and quicker to simply read the condition that colors the bar. If the Close is greater than the Open then the bar will be colored Green. If the Close is less than the Open then the bar would be colored Red.




    Comment


      #3
      Thanks Paul. I tried using the conditions for coloring the bars and it served my purpose. Appreciate it.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      41 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      124 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      64 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      41 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X