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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      52 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      29 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      194 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      355 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      274 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X