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

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.
    Shawn B.NinjaTrader Customer Service

    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 kempotrader, Today, 08:56 AM
      0 responses
      7 views
      0 likes
      Last Post kempotrader  
      Started by kempotrader, Today, 08:54 AM
      0 responses
      4 views
      0 likes
      Last Post kempotrader  
      Started by mmenigma, Today, 08:54 AM
      0 responses
      2 views
      0 likes
      Last Post mmenigma  
      Started by halgo_boulder, Today, 08:44 AM
      0 responses
      2 views
      0 likes
      Last Post halgo_boulder  
      Started by drewski1980, Today, 08:24 AM
      0 responses
      4 views
      0 likes
      Last Post drewski1980  
      Working...
      X