Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BackColor for previous bar

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

    BackColor for previous bar

    Hi,

    I understand that BackColor sets the back color of the current bar.

    i.e. http://ninjatrader.com/support/helpG...?backcolor.htm

    I want to be able to set the BackColor of a HISTORICAL bar (rather than of the current bar).

    Is there a way to do this?

    Thanks.

    #2
    Hello,
    You can use BackColorSeries to change the color of historical bars based off of conditions of the current bar.
    For example:
    Code:
    if(Close[0] > Open [0]
    {
    BackColorSeries[5] = Color.Red; // Changes the bar 5 bars back from current bar to red when the Close of the current bar is greater than the Open.
    }
    For more information on BackColorSeries please see the following link: http://ninjatrader.com/support/helpG...olorseries.htm
    Cody B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    305 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    197 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    186 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    274 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    228 views
    0 likes
    Last Post CarlTrading  
    Working...
    X