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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    34 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    185 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    344 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    266 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X