Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator: Using Try-Catch Blocks

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

    Indicator: Using Try-Catch Blocks

    Debugging your NinjaScript code can be time consuming and frustrating. When NinjaTrader encounters a run-time exception in your programming logic it will terminate the execution of the script and log the exception to the Control Center Log tab. This in itself can be of value however, there may be times where your script is too large and the exception error message provided is not granular enough. This is where standard C# exception handling using the keywords “try” and “catch” (try–catch block) can be very useful. A try-catch block allows you to encapsulate a section of your code to trap exceptions and write out meaningful information that can help you resolve your run-time errors.

    Key concepts in this example:
    • try-catch blocks


    Important related documentation:

    NinjaTrader 8

    NinjaTrader 7

    Import instructions:

    NinjaTrader 8
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu Tools > Import > NinjaScript
    3. Select the downloaded file


    NinjaTrader 7
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu File > Utilities > Import NinjaScript
    3. Select the downloaded file and click Import.
    Attached Files
    Last edited by NinjaTrader_Matthew; 11-29-2016, 03:31 PM.
    Josh P.NinjaTrader Customer Service

Latest Posts

Collapse

Topics Statistics Last Post
Started by timmbbo, 07-05-2023, 10:21 PM
4 responses
158 views
0 likes
Last Post NinjaTrader_Gaby  
Started by tkaboris, Today, 08:01 AM
1 response
7 views
0 likes
Last Post NinjaTrader_Gaby  
Started by Lumbeezl, 01-11-2022, 06:50 PM
31 responses
818 views
1 like
Last Post NinjaTrader_Adrian  
Started by xiinteractive, 04-09-2024, 08:08 AM
5 responses
15 views
0 likes
Last Post NinjaTrader_Erick  
Started by swestendorf, Today, 11:14 AM
2 responses
6 views
0 likes
Last Post NinjaTrader_Kimberly  
Working...
X