Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bar Color Question

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

    Bar Color Question

    Hi support,

    A simple question; how would I retrieve the bar color of a historical bar, let's say I wanted to get the color from a bar that is 4 bars ago.

    Thanks!

    #2
    Hello,

    thank you for the question.

    There is not really any supported method to do this but you can do the following, please pay close attention to the details below as this will only work in one situation.

    You are able to check this if you have set the color from the script that you are checking from. This means that if the color was set by indicatorA and you are checking the color from indicatorB this will not work. Both the color and check need to occur in a single indicator. if another indicator sets the color it will report Color.Empty otherwise if this indicator also had set the color it will say the color name:

    Code:
    Print(BarColorSeries[5].ToString());
    Rather than assigning a color as you normally would, you can call BarColorSeries[barsAgo] to get the color of X bars ago.

    I look forward to being of further assistance.

    Comment


      #3
      Jesse, Thank you for the info, it was informative.

      The only question left then is would I be able to invoke indicatorA (using your example) from indicatorB to access the color?

      Thanks

      Comment


        #4
        Hello,

        No unfortunately NinjaScript is designed with single instance in mind meaning that ScriptA has no access to ScriptB when they are both added to the same chart.

        In this case the only way this can work would be if the change color code and the check are in the same indicator.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        581 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        338 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X