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 GussJ, 03-04-2020, 03:11 PM
        16 responses
        3,281 views
        0 likes
        Last Post Leafcutter  
        Started by WHICKED, Today, 12:45 PM
        2 responses
        19 views
        0 likes
        Last Post WHICKED
        by WHICKED
         
        Started by Tim-c, Today, 02:10 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Taddypole, Today, 02:47 PM
        0 responses
        5 views
        0 likes
        Last Post Taddypole  
        Started by chbruno, 04-24-2024, 04:10 PM
        4 responses
        53 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Working...
        X