Error on calling 'OnBarUpdate' method
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Catch [Error on calling 'OnBarUpdate' method] in code?
Collapse
X
-
Hello FREEN,
You will need to resolve the error.
Find out what line is causing the error and see if you can get the entire error message which will tell you what needs to be corrected.
A try and catch is to keep an application from crashing when an error occurs. NinjaTrader already does this, logs the error, and disables the script without the entire application crashing.
Below is a link to an example of a type of error that can happen in OnBarUpdate().
Chelsea B.NinjaTrader Customer Service
-
Sorry if I´m unclear, I do not have an actual problem causing an error. My question is if it´s possible to catch this error (and others) inside code for display or other error handling (DrawText(), MessageBox or else..) in other manners than in the Output window.Last edited by FREEN; 03-25-2019, 02:13 AM.
Comment
-
FREEN,
Yes, you can use a plain Try-Catch block to debug your NinjaScript. Please see the 'Try-Catch' sample we keep in our help guide for more information: https://ninjatrader.com/support/help...tch_blocks.htm
If you need more advanced debugging tools than simple error messages in the Log and prints to your NinjaScript Output Window, you may want to look into debugging with Visual Studio. Please see the following help guide for more information: https://ninjatrader.com/support/help..._debugging.htm.
Josh G.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
563 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
329 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment