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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
31 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment