NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Suggestions and Feedback > Suggestions And Feedback

Suggestions And Feedback New feature suggestions and feedback.

Reply
 
Thread Tools Display Modes
Old 09-06-2009, 12:03 PM   #1
GaryAlbers
Senior Member
 
Join Date: Nov 2007
Location: Arlington Heights, IL
Posts: 100
Thanks: 0
Thanked 4 times in 4 posts
Default 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
GaryAlbers is offline  
Reply With Quote
Old 09-06-2009, 01:18 PM   #2
NinjaTrader_Austin
NinjaTrader Customer Service
 
NinjaTrader_Austin's Avatar
 
Join Date: Jun 2009
Location: Denver, CO
Posts: 3,149
Thanks: 10
Thanked 89 times in 81 posts
Default

Gary, someone will get back to you tomorrow about this issue.
NinjaTrader_Austin is offline  
Reply With Quote
Old 09-08-2009, 06:45 AM   #3
NinjaTrader_Bertrand
NinjaTrader Customer Service
 
NinjaTrader_Bertrand's Avatar
 
Join Date: Sep 2008
Location: Germany
Posts: 22,382
Thanks: 252
Thanked 967 times in 950 posts
Default

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
NinjaTrader_Bertrand is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hashtable not recognized? comingme General Programming 1 07-06-2009 03:44 AM
How to hide a parameter cassb Indicator Development 3 11-26-2008 08:25 AM
Naming my Parameter categories cassb Strategy Development 3 08-26-2008 01:50 PM
decimal point format not recognized skynetman Suggestions And Feedback 1 05-05-2008 04:33 PM
Parameter sequencing NinjaTrader_Josh Tips 0 01-01-2008 02:36 PM


All times are GMT -6. The time now is 08:25 AM.