Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Catch [Error on calling 'OnBarUpdate' method] in code?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Catch [Error on calling 'OnBarUpdate' method] in code?

    Whats the proper way to catch this error in code? Plain try/catch block?

    Error on calling 'OnBarUpdate' method

    #2
    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().
    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:
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      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


        #4
        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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        153 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        89 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        133 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        127 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X