Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help with a multi time frime indicator

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

    Help with a multi time frime indicator

    I need help with an indicator with multi time frame, please. The first thing I do is look for the ATR of the last 3 days and from these values drawing a line in the graph above and below yesterday's closing and opening today, but when I put it on a chart 5 minutes indicator does nothing. Thanks
    Attached Files
    Last edited by Joanhp; 04-22-2016, 02:28 AM.

    #2
    Hello Joanhp,

    Thank you for writing in and welcome to the NinjaTrader Support Forum.

    When applying your indicator to a chart, I've noticed that an error appears in the log tab: "You are accessing an index with a value that is invalid since its out of range."

    You need to make sure that you have enough bars before attempting to access the secondary series: http://ninjatrader.com/support/forum...ead.php?t=3170

    As we are dealing with a multi-series script, you'll need to use CurrentBars[1] rather than CurrentBar to check the secondary series: https://ninjatrader.com/support/help...urrentbars.htm

    Additionally, I have noticed that you are using a barsAgo value of -1 and -2 for atr1 and atr2. If you are trying to obtain past values, you will need to use a barsAgo value of 1 and 2.

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    172 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    88 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
    185 views
    0 likes
    Last Post CarlTrading  
    Working...
    X