Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simple one, how to get user input colors for DrawText?

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

    Simple one, how to get user input colors for DrawText?

    Hi There,

    I've got everything with my indi working nicely. Thanks to one of the nice users here they guided me on how to toggle between drawing objects on the price chart, and on the indicator chart. i've got a user-selectable font size for my drawtext, but i'd also like a user-selectable color for it, so that it will show up nicely on dark, or light colored backgrounds.

    Here's my line of code, which works fine. It prints the price of the lowest low minus one tick, below the lowest low of the last x bars (since crossBelow0BarsAgo, something figured out elsewhere) on the price chart.

    DrawText("ShortText",false,(Low[LowestBar(Low, crossBelow0BarsAgo)]-TickSize).ToString(), LowestBar(Low, crossBelow0BarsAgo), Low[LowestBar(Low, crossBelow0BarsAgo)]-3*TickSize,0, Color.Orange, new Font("Arial Bold", fontSize), StringAlignment.Center, Color.Transparent, Color.Transparent, 0 );

    I'd just like to have the Color.Orange something that can be changed based on the inputs of the indicator, and i'm not too sure how to do that. I poked around the forum a bit, but couldn't find anything on it.

    Hopefully it's an easy question, i'm still learning how to program.

    Thanks so much!
    Orange.1

    #2
    Mr. Orange, please take a look at this reference sample that demonstrates how to program/create user definable color inputs.
    AustinNinjaTrader Customer Service

    Comment


      #3
      Thanks Austin, that worked like a charm.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      157 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      346 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      176 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X