the indicator is available here: https://ninjatraderecosystem.com/use...-download/rmi/
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trying to add Up/Down color to RMI
Collapse
X
-
Trying to add Up/Down color to RMI
Can anyone explain how I can add a color plot change for Up/Down of the RMI indicator? I'm trying to learn so I don't have to keep requesting assistance when I try to modify things.
the indicator is available here: https://ninjatraderecosystem.com/use...-download/rmi/Tags: None
-
Hello Conceptzx,
Thanks for your post.
PlotBrushes could be used to change the color of the plot when a certain condition occurs. For example, you could create a condition that checks if RMIplot[0] is greater than 70 and then use PlotBrushes inside that condition to change the color of the plot when RMI is greater than 70.
If you are wanting to change the Upper / Lower line color to something other than orange, you could change the Brushes property in the AddLine() method. For example, AddLine(Brushes.Blue, 70, "Upper"); would make the Upper line blue in color.
See the help guide documentation below for more information.
PlotBrushes: https://ninjatrader.com/support/help...lotbrushes.htm
AddLine(): https://ninjatrader.com/support/help...t8/addline.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
646 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
367 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 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