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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
151 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
304 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
175 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment