Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
* could not be serialized.
Collapse
X
-
-
Yes, the indicators are mine and yes, I have been updating the code as need, but I haven't added any color or timespan inputs (though there are color types being used).hekreme, are those indicator your own creations? Have you modified any code recently perhaps introducing color inputs or timespans?
I tried opening a new workspace and adding a clean chart. I still get the IchiMacR error when I select it from the list of indicators. I still get the MFTMomentum error after it's added to the chart and I try to save the chart template.Would you see this happen as well if you tried to save them in a complete new workspace setup?
Comment
-
For those that were wondering I had declared some public DataSeries' in Variables region that were causing my issues. Once I switched them to private and exposed only the ones I need to in the Properties region (shown below), all was right as rain. Kuddos to the NT support group!
Code:[Browsable(false)] [XmlIgnore()] public DataSeries MomentumMarker { get { return momMarker; } //momMarker is a private DataSeries variable declared above }
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
80 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
46 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment