Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
I have this error in the image
Collapse
X
-
I have this error in the image
I have this error in the image I cannot solve it in the configuration partTags: None
-
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:
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.Code:[TypeConverter("NinjaTrader.NinjaScript.Indicators.amaPivotsDailyTypeConverter")]
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.
-
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
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment