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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    83 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    41 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    23 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    31 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    31 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X