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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment