Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Error on calling 'OnBarUpdate'
Collapse
X
-
Error on calling 'OnBarUpdate'
I have a custom indicator that was converted from NT7 to NT8, it compiles ok but when applied to a chart, I keep getting the error "Error on calling 'OnBarUpdate' method on bar 50. Index was outside the bounds of the array". I have not been able to get this error to go away. I don't know what I'm missing. Any help would be appreciated. The source code is attached for referenceTags: None
-
Hello mlarocco,
Below is a link to a forum post on indexing errors.
Hello, I want to create an indicator that show data in a chart but calculate in other charttime different to the time of the chart where is showed. For example:
Indexes for collections like series or arrays appear like this [1]. This would be an index of 1, or the second element in the collection (as collection indexes start with 0).
The next step is to identify which index is invalid.
What is the line of code causing the error in your script?
(Comment out all of the code until the error stops, uncomment one line at a time and test to see which line causes the error to return)
What indexes are used on that line?Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
13 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|
Comment