Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Display setting in the strategy analyzer
Collapse
X
-
Do other customer service able to understand my question ??
I suspect this is the bug of the system.
NinjaTrader_Jason
NinjaTrader_Kate
NinjaTrader_ChrisL
Comment
-
Hello cincai,
Our Scripting Support team works 8:30am to 6pm US Eastern, Monday through Friday. We have one Scripting Support technician sign on Sundays to address new tickets that come in over the weekend, otherwise you will have to be patient and wait for our regular business hours to start for a technician to review.
I understand your intentions to want to use the TypeConverter to show/hide properties with optimizations and the issues you are having applying NinjaScriptProperty attribute to the toggling property and hiding the toggled values from the Settings Display.
NinjaScriptProperty attribute is needed to get the item to display in the Settings Display. It also provides some control modifications for optimizations which would explain why the type converter modifications would not take place on the toggling property. I would understand this as a limitation rather than a bug. I am getting confirmation from my colleagues on Quality Assurance regarding if the TypeConverter situation with NinjaScriptProperty/Optimizations can be improved, or if new functionality should be requested.
We will keep you posted as this develops.
Comment
-
Ok, NinjaTrader_Jim
Now you reply me, then I understood everything.
Wish you all able to solve this limitation.
Comment
-
Hello cincai,
The Development team has had a look here.
This is indeed a limitation as there is not a good way to dynamically remove property attributes to make this work well.
It would be recommended to remove the use of the custom type converters and/or property editors when using [NinjaScriptProperty] attribute to make the property optimizable. For example, you could ship a "rougher" strategy that does not have custom type converter behavior or custom property editors used that would be used with optimizing, and also include a "friendly" version for regular use.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment