Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Color Picker Issues
Collapse
X
-
Color Picker Issues
Hello. I'm currently running Version 8.1.4.1 the most current version of NinjaTrader. I'm having issues with getting a proper color picker for my different parameters in my custom indicator. I would also like it to serialize so when I load my workspace, the indicator loads automatically on the chart ready to go. Currently, the only way I'm able to achieve this is using simple hex strings to establish the color for a particular parameter. Do you have some example you could post here on which color picker is the best one to use that can be serialized as well? And which Namespace do I need in my Using Declarations for this particular color picker? Thank you.Tags: None
-
ChatGPT sums this issue up like this:
Bottom Line- Your code is correct; it just can’t override the new NinjaTrader property grid behavior.
- If 8.1.4.1 still shows only hex fields with no pop‐up, that’s the built‐in UI limitation in your environment.
- Official NinjaTrader support may have a workaround or plan to restore the color dialog. Until then, using the hex field (or an older version) is effectively the only option.
-
Hello Cgammons01,
NinjaTrader only provides a color picker automatically for public Brush and Stroke objects using the NinjaScriptProperty attribute.
While it may be possible to have a custom color picker using advanced custom C#, this would be outside of what is supported by NinjaTrader and beyond what our support team is able to assist with.
Below is a link to a support article on serializing inputs.
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
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
333 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