Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.




    Paul H.NinjaTrader Customer Service

    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 pechtri, 06-22-2023, 02:31 AM
      9 responses
      122 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by frankthearm, 04-18-2024, 09:08 AM
      16 responses
      66 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by habeebft, Today, 01:18 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by benmarkal, Today, 12:52 PM
      2 responses
      15 views
      0 likes
      Last Post benmarkal  
      Started by f.saeidi, Today, 01:38 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X