Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Transparent Text in Strategies Dialog Screen

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

    Transparent Text in Strategies Dialog Screen

    Hello All, I use the following code to eliminate all the strategy parameters displayed on the graph in NT 8.0.13.1

    public override string DisplayName
    {
    get { return ""; }
    }

    But now my text in the Strategies Dialog Screen is transparent. See attached.

    So how do I get non transparent text while not displaying all the strategy parameters on the graph?
    Attached Files

    #2
    Hello geekodude,

    Thank you for your note.

    This would not be supported but the following would display the Name within the Strategies Dialog as well as on the chart, however would hide the Strategies Parameters.

    public override string DisplayName
    {
    get { return this.Name.ToString(); }
    }

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    72 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    44 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    25 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    30 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    61 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X