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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    57 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    80 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    42 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    101 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    61 views
    0 likes
    Last Post PaulMohn  
    Working...
    X