Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Change GroupName of Default Strategy Property Settings
Collapse
X
-
Yes I understand, but these are default ninja trader strategy settings I am referring to not custom settings. Example, how do you specifically change the group name for lets say the enabled button for the strategy. I searched the PropertyDescriptorCollection and I couldn't find it.
Also how about the Inputs, can you give an example on changing its group name?
Comment
-
Hello cutzpr,
The Display attribute applies to public inputs you add to the script.
Below is the example copied and pasted from the help guide with the group name changed to My Custom Group Name
[Display(Name="My Period", Order=1, GroupName="My Custom Group Name")]
public int MyInt
{ get; set; }Chelsea B.NinjaTrader Customer Service
Comment
-
I understand how to change public inputs. That is not what I am asking. I would like to know how to change the groupname for the default inputs. Can you provide an example.Originally posted by NinjaTrader_ChelseaB View PostHello cutzpr,
The Display attribute applies to public inputs you add to the script.
Below is the example copied and pasted from the help guide with the group name changed to My Custom Group Name
[Display(Name="My Period", Order=1, GroupName="My Custom Group Name")]
public int MyInt
{ get; set; }
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment