Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I'm currently running version 8.1.7 of NT8. When I updated I lost the ability to choose from the color drop down within indicators. Now I have only Hexadecimals to choose from. Is there any way to change it back to normal color choices?
One thing I wonder, is how do you code Hexadecimal colors in Ninjascript.
In the past I had to use ARGB method but I did not see documentation for using Hex colors in the code.
(anyone have a clue how to use Hexadecimals in code?)
Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
for performance and readability when a built-in color exists.
If you're trying to use hex colors specifically for plot lines, drawing tools, chart backgrounds, or custom rendering (`OnRender`), the syntax can differ slightly, so I can show the exact approach for your use case.
Thanks for your reply.
I am/was hoping for an 'official' @NinjaTrader Support method of doing this.
It would make sense to provide the official method when changing the interface to show Hexadecimal.
I have not researched this enough to know if there has been a published NT support method but it probably would be a futile attempt.
Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
Yeah, NinjaTrader changed the color selector in 8.1.7 (released May 14). The old named-color dropdown is gone and there's no setting to bring it back. But you don't need to memorize hex codes -- two easy workarounds:
1. Type the color name directly
The text field accepts standard .NET color names. Just click in the field and type: Red, Blue, Green, LimeGreen, DodgerBlue, Orange, Yellow, White, Black, Gray, Cyan, Magenta, Gold, Crimson -- hundreds work. So for your RSI indicator lines, just type "Red" or "DodgerBlue" and hit enter. Done.
2. Click the Custom button
This opens a full GUI color picker with RGB sliders and opacity control. More flexible than the old dropdown once you get used to it -- you can fine-tune any color you want without knowing a hex code.
The name method is the fastest for day-to-day work. Most traders just need Red, Blue, Green, Orange for their indicator lines anyway.
-- Fi
"Software changes; the traders who figure out the new controls fastest get back to trading fastest."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.