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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
318 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment