Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Add Custom Defaults when enabling strategy
Collapse
X
-
Hello Lumbeezl,
Thanks for your post.
You would do this by creating a public property for the variable and setting it inside State.SetDefaults. Something like the following snippet:
Code:[NinjaScriptProperty] [Range(1, double.MaxValue)] [Display(Name="MyInt", Order=1, GroupName="Parameters")] public int MyInt { get; set; }
I suggest creating your inputs in the Strategy Builder first, and then viewing the code to see what was added.Last edited by NinjaTrader_JoshG; 03-22-2019, 12:56 PM.Josh G.NinjaTrader Customer Service
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
83 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment