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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
237 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
152 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
163 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
246 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
199 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment