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, 03-31-2026, 09:41 PM
    1 response
    41 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    28 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    46 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    37 views
    0 likes
    Last Post CarlTrading  
    Working...
    X