Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help with a multi time frime indicator
Collapse
X
-
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. ThanksLast edited by Joanhp; 04-22-2016, 02:28 AM.Tags: None
-
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
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
172 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
88 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
129 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
208 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment