Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
open parameters for indicator button
Collapse
X
-
Hello WHICKED,
Thank you for your post.
I'm not aware of a supported/documented way to open the Properties window from a button click. However, please note that if you double click the indicator plot from the chart it will automatically open up the Properties window of that indicator.
This thread will remain open if any users that want to provide any undocumented solutions as well.
-
Hello WHICKED,
This is not documented nor is it officially supported, however it is possible. You can use the ChartCommands to achieve this. For example:
Please let us know if you have any further questions. Code:ChartControl.Dispatcher.InvokeAsync(() =>{ ChartCommands.Indicators.Execute(ChartControl); });
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
344 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
557 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment