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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      87 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      132 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      118 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      67 views
      0 likes
      Last Post PaulMohn  
      Working...
      X