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 ghoul, Today, 06:02 PM
      2 responses
      13 views
      0 likes
      Last Post ghoul
      by ghoul
       
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      44 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      20 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      180 views
      0 likes
      Last Post jeronymite  
      Started by DanielSanMartin, Yesterday, 02:37 PM
      2 responses
      13 views
      0 likes
      Last Post DanielSanMartin  
      Working...
      X