Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trying to add Up/Down color to RMI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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/

    #2
    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>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    66 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    55 views
    0 likes
    Last Post CarlTrading  
    Working...
    X