Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Changing Parameter List Colors

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

    Changing Parameter List Colors

    I'm trying to change the default color of the Parameter Headings from within a strategy. I got expanding/colapsing parameter lists, now I want to make titles dynamic depending on user selections)
    I'm thinking the code should go in here someplace ([Gui.Design.'something']) perhaps.

    #region Properties
    [Description("Allow Entries/Exits if price Above/Below Trendline")]
    [GridCategory("*AutoTrendH Control")]
    [RefreshProperties(RefreshProperties.All)]
    [Gui.Design.DisplayNameAttribute("*Enable Control")]
    public AutoTrends AutoTrend
    { get { return autoTrend; }
    set { autoTrend = value; }
    }
    #endregion

    Help!
    Attached Files

    #2
    Hello derekphelps,

    Thank you for your post.

    I do not know that this is possible within NinjaScript to achieve this desired effect. If it is possible it would be through unsupported means.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    148 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    71 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X