Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator causing stack overflow exception

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

    Indicator causing stack overflow exception

    I made an indicator change that is now causing NT to throw a stack overflow exception whenever NT starts up. How can I start NT without opening my 5 chart windows where my indicator is blowing up. I do have a recent backup, but my understanding is you need to restore using NT once it's started. I've tried modifying the Default.xml in the workspaces folder to not load my indicator but not working.

    I've tried debugging using VS2010, but this is post exception so not much to see.

    Is there a way to start NT using a different workspace?

    Running NT 7.0.

    Any help is greatly appreciated!

    #2
    I've modified the _Workspaces.xml to try to load different workspaces and still throwing the exception. Is there a log anywhere that might show a stack trace (could be large as this is a stack overflow exception).

    Comment


      #3
      Solved the issue. I restored the bin, templates, workspaces directories, then was able to restart NT and edit my indicator and found the issue. I mistakenly used the name of the property in the get/set which caused the stack overflow.

      public double UserPriceForActiveRange
      {
      get{return UserPriceForActiveRange;}
      set{UserPriceForActiveRange = value;}
      }

      Comment


        #4
        Glad to hear jeddah62.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        600 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        347 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        558 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X