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

'NT application has stopped working' message

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

    'NT application has stopped working' message

    the following two lines in the indicator initialize region cause NT to immediately crash with the message 'NT application has stopped working'. Please advise.

    joeXXOindicator(1).Plots[0].Pen.Width = 3;
    joeXXOindicator(
    1).Plots[0].Pen.Color = Color.Red;

    #2
    The same statements work ok in the strategy???

    The same statements work ok in the strategy???
    Last edited by joemiller; 07-25-2013, 03:21 AM.

    Comment


      #3
      Joe, indicators would not Add() indicators in for display, that's something only supported for strategies.
      BertrandNinjaTrader Customer Service

      Comment


        #4
        Do you mean the two statements are 'add' statements even though there is no explicit word 'add'?

        Comment


          #5
          No, but this is a technique needed when you want to change plot colors for indicator Add()ed by a strategy. This would not apply to your regular indicator - here you would just specify the desired plot color in the Add() call for the plot that defines the visualization aspects.
          BertrandNinjaTrader Customer Service

          Comment


            #6
            my experience with NT is not sufficient to fully understand [to the point where I could explain it myself]. However, no problem ... It is time for me to be glad that I've got it working, and to press on.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by danieldunn2024, Today, 03:06 AM
            1 response
            5 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by hurleydood, 09-12-2019, 10:45 AM
            14 responses
            1,096 views
            0 likes
            Last Post Board game geek  
            Started by cre8able, Yesterday, 04:16 PM
            1 response
            16 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by cre8able, Yesterday, 04:22 PM
            1 response
            14 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by stafe, 04-15-2024, 08:34 PM
            5 responses
            28 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Working...
            X