Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do I fix OnBarUpdate Error?
Collapse
X
-
How do I fix OnBarUpdate Error?
I am running a muti time frame strategy with 20 Range and the secondary time frame and 2 Range as primary. Every time I start the strategy I get an error that says I am accessing an index with a value that is invalid... Please show me a way to fix this. Thank youTags: None
-
Hello relogical,
Thanks for your post.
In an MTF environment it is easy to miss an index reference. Without specific error messages or code to review, the best advise I can provide is to review the tips we have in the guide for multi-time frame: http://www.ninjatrader.com/support/h...nstruments.htm The guide provides specific requirements for MTF scripting consideration of the various indexes.
Please let me know if I can be of further assistance.Paul H.NinjaTrader Customer Service
-
Originally posted by relogical View PostI am running a muti time frame strategy with 20 Range and the secondary time frame and 2 Range as primary. Every time I start the strategy I get an error that says I am accessing an index with a value that is invalid... Please show me a way to fix this. Thank you
Comment
-
Originally posted by relogical View PostI am running a muti time frame strategy with 20 Range and the secondary time frame and 2 Range as primary. Every time I start the strategy I get an error that says I am accessing an index with a value that is invalid... Please show me a way to fix this. Thank you
if (CurrentBars[0] < X) return; // ensure your primary series has enough bars
if (CurrentBars[1] < Y) return; // ensure your secondary series has enough bars
Thanks.
Pi
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by kathleenjonathan993, Today, 03:18 AM
|
0 responses
5 views
0 likes
|
Last Post
![]() |
||
Started by SiebertCowen, Yesterday, 11:58 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by SiebertCowen
Yesterday, 11:58 PM
|
||
Started by hunghnguyen2016, Yesterday, 08:00 PM
|
0 responses
12 views
0 likes
|
Last Post
![]() |
||
Started by cbentrikin, Yesterday, 03:49 PM
|
0 responses
16 views
0 likes
|
Last Post
![]()
by cbentrikin
Yesterday, 03:49 PM
|
||
Started by MiCe1999, 04-14-2025, 06:54 PM
|
7 responses
80 views
0 likes
|
Last Post
![]()
by b.j.d
Yesterday, 03:45 PM
|
Comment