Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator Update and Indicator Description

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

    Indicator Update and Indicator Description

    Hi,

    I would like to know if it is possible to update an indicator without uninstalling it previously. I was not able to do it.

    I also would like to know if it's possible to show the Indicator description info in the configuration dialog.

    Kind regards,

    Marcos L.



    #2
    Hello superg3,

    If the new script is open source and the old script is open source and these use the same class names in the same files, it will import over the top and overwrite the existing indicator without issue.

    If the scripts are closed source assemblies, the file names and class names have to be exact and any called classes would need to be isolated to their own exports to import over the top correctly.

    Below is a link to a video I've taken on how to export a strategy that has shared classes in another exported assembly.


    Yes, if you select an indicator in the Indicators window and then click the 'i' button above you can read the description of the indicator.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello Chelsea B.,

      Excuse the delay. It's a closed source assembly indicator, all file names and class names are the same. I just do code corrections and chanage the version number but I receive an error while importing saying that already is an indicator with the same name. Maybe I did not undertand something in the video.

      Kind regards,

      Thank you.

      Comment


        #4
        Hello superg3,

        If the warning appears that there is an existing file with the same name, it will prompt you to over write it with a yes or no. Click yes to overwrite the file.

        However, if the warning is able duplicates, it's warning about class names. If there are class names already used in an assembly in NinjaTrader and these are not isolated to a separate dll (as demonstrated in the video I have linked) and are being shared in other files, you will need to remove all of those first before you will be able to import a new assembly that is using the same class names.

        Either isolate the class names or use new unique class names.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

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