Your assistance is greatly appreciated. -K
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Easy Indicator do not plot....
Collapse
X
-
Simplified ADX
Good day Bertrand. In my search for an ADX to changes color for up/down, I came across this link. Can this code be modified to take the ADX indicator that comes standard in Ninja be able to change the line color?Originally posted by xenayoo View Post
Your assistance is greatly appreciated. -K
-
-
Changing Colors...
Hello Kstan,Originally posted by Kstan View PostGood day Bertrand. In my search for an ADX to changes color for up/down, I came across this link. Can this code be modified to take the ADX indicator that comes standard in Ninja be able to change the line color?
Your assistance is greatly appreciated. -K
there is something, you should know: My Posting is from 2008(!). This way of changing colors with defining seperate plots is used in NinjaTrader 6.x! I suppose, you are using NinjaTrader7. Here you define 1 plot for the Line and change the Color by using PlotColors.
Example:
JensCode:... PlotColors[PLOTNUMBER][BARSBACK] = Color.Green; ...
Comment
-
Re: Simplified ADX
Good day Jens,
Thank you for the prompt reply.
I am not a coder -- by a long shot. I am simply looking for the basic ADX which is in the Ninja 7 platform to have the color change as it pivots.
Is there a place to copy that code config and then compile it; I have learned that much :-)
Appreciated -K
Comment
-
Hi Kstan,
You can edit system indicators through the Tools > Edit NinjaScript menu. Save copies of your own by right clicking > Save as and providing a new name.
If you have limited time or programming experience to create this script, consider working with one of our 3rd party NinjaScript consultants to create the indicator to your specifications:
Ryan M.NinjaTrader Customer Service
Comment
-
ADXmc for NT7
Hello KSten,
here is my actuall adxmc (ADXmulticolor). It shows the DI+ and DI- lines and the ADX-Lines with color-changing if it rise or fall. Additionaly it changes the Backgroundcolor, if ADX start rising between the DI-Lines after the are crossing.
JensAttached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 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
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|


Comment