Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

grid categories and indicator constructors

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

    grid categories and indicator constructors

    hi, I see that if I do this,
    Code:
    [Category("Custom Category")]
    public string Param
    {
    get { return param; }
    set { param = value; }
    }
    then the Param will appear in the "Custom Category" section in the properties dialog.
    but...param is not available in the indicator constructor (the one auto created by ninja)

    Is it possible to customize the location in the grid but still have the parameter appear in the indicator constructor?

    Onn

    #2
    Hello Onn,

    Yes, it is possible, however, you would need to use GridCategory and this will put them in alphabetical order.

    Second, you will still need to declare the variable inside the script in order for the param to exist in the context of the script.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    161 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    309 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    245 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    349 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X