Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is there a way to do a multi-select or list box parameter in an indicator?
Collapse
X
-
ErikY You can do it in code: https://docs.microsoft.com/en-us/dot...tframework-4.8
... but not sure if it's supported in NT Indicators. Perhaps on a per case basis, but no idea if any do. You could, of course, take the existing Indicator code and "enhance" it this way, if you wanted to.
Thanks.Last edited by jeronymite; 06-23-2022, 08:36 PM.
-
Hello ErikY,
I believe the closes to that for the NinjaTrader property grid would be to use bool properties and just check the ones you wanted. You can also create lists of items like how the drawing tools have the price level editors but there is not a way to use that for checking on/off states for items in the list directly. You would have to edit the items individually in the list similar to how you can edit each price level in the drawing objects list.
You can also use WPF controls like jeronymite mentioned but that would not be able to be used in the general indicator parameters, that would be more of a custom modification like adding a input into the charts toolbar. https://ninjatrader.com/support/help...ub=usercontrol
Last edited by NinjaTrader_Jesse; 06-24-2022, 09:05 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, Yesterday, 10:06 AM
|
0 responses
18 views
0 likes
|
Last Post
by argusthome
Yesterday, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
17 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
14 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
9 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
38 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment