![]() |
|
|||||||
| Suggestions And Feedback New feature suggestions and feedback. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Nov 2007
Location: Arlington Heights, IL
Posts: 100
Thanks: 0
Thanked 4 times in 4 posts
|
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; }
}
If this is, in fact, not supported, why not? If not, please add this ability. Gary |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Jun 2009
Location: Denver, CO
Posts: 3,149
Thanks: 10
Thanked 89 times in 81 posts
|
Gary, someone will get back to you tomorrow about this issue.
Austin
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
|
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
Bertrand
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |