Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

plot the Closes[1][0], Multi time frame issue

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

    plot the Closes[1][0], Multi time frame issue

    Hi,

    A starters problem here: How to plot a secondary series? I'm using Add(....) in the initialize section and trying to plot the Closes[1][0], but this does not plot when activated on charts. Secondary series is .Day, 1 and chart series is for example .Minute, 10.
    Using if (BarsInProgress == 0) does not work and using indicators in between such as specified on the forum in previous threads does not help me either.
    I've been coding in ninjatrader for over 6 months now and this issue keeps coming back.

    The Multi Time frame issues are widely discussed on the forum but I could not find an answer for my problem.

    Many thanks,

    Michael

    #2
    Originally posted by MichaelBruce View Post
    Hi,

    A starters problem here: How to plot a secondary series? I'm using Add(....) in the initialize section and trying to plot the Closes[1][0], but this does not plot when activated on charts. Secondary series is .Day, 1 and chart series is for example .Minute, 10.
    Using if (BarsInProgress == 0) does not work and using indicators in between such as specified on the forum in previous threads does not help me either.
    I've been coding in ninjatrader for over 6 months now and this issue keeps coming back.

    The Multi Time frame issues are widely discussed on the forum but I could not find an answer for my problem.

    Many thanks,

    Michael
    If you posted the code that you have, we might be better able to see what is not quite kosher?

    Comment

    Latest Posts

    Collapse

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