How do you make a side menu? I know how to make buttons but can't find how to do this..
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Side menu on strategy / indicator
Collapse
X
-
Side menu on strategy / indicator
How do you make a side menu? I know how to make buttons but can't find how to do this..Tags: None
-
Hello kenconcannon,
You would need to use a panel with buttons or a toolbar with menuitems to do that. The window framework used in NinjaTrader is WPF/xaml which means you can use any normal WPF controls and customize them in any way that WPF framework allows.
There are samples of making a Toolbar with MenuItems along with a custom side panel example in the following link:
Hello All, Moving forward this will be maintained in the help guide reference samples and no longer maintained on the forum. Creating Chart WPF (UI) Modifications from an Indicator - https://ninjatrader.com/support/help...ui)-modifi.htm (https://ninjatrader.com/support/helpGuides/nt8/creating-chart-wpf-(ui)-modifi.htm) I've
For the image that has the button saying "dag" that would be easiest to accomplish using the UserControlCollection:
Using that collection you could use that sample code and change the alignment to top left to place the items on the left. You could then add any WPF controls that you wanted to the chart by adding it to the grid.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
43 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
202 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
366 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
285 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
Comment