Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

I have this error in the image

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

    I have this error in the image

    I have this error in the image I cannot solve it in the configuration part

    #2
    Hello TraderElegante,

    You would see base properties like that when there is a problem with a class level type converter. Looking at the file you attached there is a problem with the namespace.

    The indicator is in the namespace NinjaTrader.NinjaScript.Indicators.Elegante however the type converter still points to the standard indicators namespace:

    Code:
    [TypeConverter("NinjaTrader.NinjaScript.Indicators.amaPivotsDailyTypeConverter")]
    Being that the type converter is not present in the file it is either missing or the type converter here is pointing to the incorrect namespace. If you moved the amaPivotsDailyTypeConverter to another file/namespace you need to update the above code in your script to point to that namespace. If you deleted the amaPivotsDailyTypeConverter class then you need to get that back to prevent the base properties from being shown.

    If you don't need the type converter you can remove that syntax from the top of the class to fix the problem as well.

    I look forward to being of further assistance.

    Comment


      #3
      Hello TraderElegante,

      I am not sure I understand the statement here, did you have a question surrounding the code provided on line 1643?

      If you need further assistance please provide additional details.

      Comment


        #4
        Hello TraderElegante,

        To make a new indicator you can use the NinjaScript editor.

        To work with multiple time frames you can use AddDataSeries and then reference specific date using the plural series names like Closes or Opens.



        To make a non continuous plot you would just not set the plot on specific bars based on a condition. When a plot is not set it will not be visible for that bar.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

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