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 RubenCazorla, 08-30-2022, 06:36 AM
    3 responses
    77 views
    0 likes
    Last Post PaulMohn  
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    23 views
    0 likes
    Last Post f.saeidi  
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    3 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,772 views
    0 likes
    Last Post Leafcutter  
    Working...
    X