Announcement

Collapse
No announcement yet.

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.

      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.

          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 Hwop38, 05-04-2026, 07:02 PM
            0 responses
            181 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            334 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            258 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            358 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            187 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X