Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 MacDad, 02-25-2024, 11:48 PM
        7 responses
        158 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Today, 09:29 PM
        0 responses
        6 views
        0 likes
        Last Post Belfortbucks  
        Started by zstheorist, Today, 07:52 PM
        0 responses
        7 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        151 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        6 views
        0 likes
        Last Post mattbsea  
        Working...
        X