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 NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
95 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
153 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
80 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
54 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
70 views
0 likes
|
Last Post
|
Comment