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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      31 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      286 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      283 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      133 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      91 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X