Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

How do I get the color of an indicator programatically

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

    How do I get the color of an indicator programatically

    basically what I want to do is to get the color of an indicator (single plot) and set its text to that same color.

    so that if I have WMA(20) and EMA(30) i can easily tell which is which by their colors of the text

    #2
    Hello Mike82,

    Thank you for your post.

    You may be able to achieve what you want with custom programming, and the following reference sample helps with some of the label formatting available. The DrawTextFixed() method provides an overload that allows font colors.

    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      is there a way to remove the text that lists the indicators used from the chart?

      Comment


        #4
        Mike82,

        You have to remove this manually by Right Clicking > Indicators > and then clearing out the label field for selected indicator.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by mike82 View Post
          basically what I want to do is to get the color of an indicator (single plot) and set its text to that same color.

          so that if I have WMA(20) and EMA(30) i can easily tell which is which by their colors of the text
          To retrieve a Plot's color, try:
          Plots[#].Pen.Color

          Where # = the number of the Plot (starting at 0) that you Add in Initialize.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by trilliantrader, Today, 03:01 PM
          0 responses
          3 views
          0 likes
          Last Post trilliantrader  
          Started by pechtri, 06-22-2023, 02:31 AM
          9 responses
          122 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by frankthearm, 04-18-2024, 09:08 AM
          16 responses
          67 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by habeebft, Today, 01:18 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by benmarkal, Today, 12:52 PM
          2 responses
          19 views
          0 likes
          Last Post benmarkal  
          Working...
          X