Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

My Indicator suddenly disappeared from the Chart Indicator list !

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

    My Indicator suddenly disappeared from the Chart Indicator list !

    Hi,

    I am working on a complex indicator, and was playing with:
    Code:
    public override string ToString() [INDENT]{
    return "Something..."
    }[/INDENT]
    
    and...
    
    this.name in Initialize()
    Suddenly I can't see the indicator in the chart indicator list.

    When open the strategy wizard, the indicator shown, and so is the instance that is already on the chart. I also have access to the source. I did changed the name, and compiled with no real impact.

    My guess, I need to remove a cache, so the indicator will be fully rebuild.

    Can you help please?

    #2
    Hello Shai Samuel,

    If you compile do you see the indicator in your list of indicators?

    * From the Control Center select the Tools menu--> select the Edit NinjaScript menu item--> select Indicator
    * Select any indicator and double click on it (we need only to open and compile one script to see all compile errors for all files).
    * A new window will appear and you will need to right click in the window and select Compile to compile the indicators.



    If the compile is unsuccessful, try commenting out the most recent addition to your code and recompile.

    Comment


      #3
      The problem was that I changed the this.Name value in Initialize().

      When I moved it to OnStartUp(), it fixed the issue.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      649 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
      576 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X