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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment