Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Different parameter categories not recognized

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

    Different parameter categories not recognized

    In the 'Properties' region of my strategy, it appears that using a Category other than 'Parameter' is not recognized by Ninja. I use this technique all the time in Indicators and it works well to organize the different parameters. When I tried the same technique in a strategy, the parameter did not show up at all.

    Here is the code that apparently is NOT being recognized:
    Code:
    [Description("blah")]
    [Category("My Parameters: group 1")]
    [Gui.Design.DisplayName("My parm name")]
    public bool MyParmName
    {
        get { return myParmName; }
        set { myParmName = value; }
    }
    Is anything wrong with this code?

    If this is, in fact, not supported, why not?

    If not, please add this ability.

    Gary

    #2
    Gary, someone will get back to you tomorrow about this issue.
    AustinNinjaTrader Customer Service

    Comment


      #3
      Gary, this is currently not supported for strategies in NinjaTrader 6.5.

      It works the same as for indicators in NinjaTrader 7 - http://www.ninjatrader.com/webnew/NT7/NinjaTrader7.html
      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by hdge4u, 04-29-2024, 12:23 PM
      5 responses
      28 views
      0 likes
      Last Post MisterTee  
      Started by llanqui, 01-25-2024, 06:15 PM
      9 responses
      64 views
      0 likes
      Last Post MisterTee  
      Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
      16 responses
      65 views
      0 likes
      Last Post tradingnasdaqprueba  
      Started by Vulgoth_t_Destroyer, 05-09-2022, 04:45 PM
      55 responses
      5,463 views
      0 likes
      Last Post BartMan
      by BartMan
       
      Started by DawnTreader, 05-08-2024, 05:58 PM
      16 responses
      52 views
      0 likes
      Last Post DawnTreader  
      Working...
      X