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 Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            650 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            370 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            109 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            574 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            577 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X