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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
31 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
19 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment