Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Parameter name for Category

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

    Custom Parameter name for Category

    Dear all,

    Is there anyone use custom category name for property?

    I like to categorize parameters with groups.
    [Category("Filters")]

    It shows in Optimizer Parameters DilogBox but not in Chart Strategy Property paramters dialogBox.

    Any undocumented attribute to specify?

    This is how I implemented:
    ///<summary>
    ///</summary>
    [XmlIgnore()]
    [Description("Filter 1")]
    [Category("Filters")]
    [Gui.Design.DisplayNameAttribute("Filter 1")]
    publicbool Filter1
    {
    get{ return filter1; }
    set{ filter1 = value;}
    }

    In case anyone thing why I need to do this: (I've more than 10 paramters in a strategy and I would like to group them!)

    Thank you in advance.

    Sam

    #2
    Hello,

    This is beyond the level or support we provide.

    You may already know how to do this, but this link will help you with how you add a user defined input parameter:
    DenNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, Yesterday, 04:31 AM
    0 responses
    39 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    289 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    289 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    135 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    96 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X