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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    82 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    43 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Working...
    X