Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom xaml Chart Trader Template
Collapse
X
-
Custom xaml Chart Trader Template
Hello, I am attempting to customize a xaml sub folder/file that contains custom code to add new buttons and featurtes to chart trader, and require that specific xaml sytax to how set up new columns, which can nest new buttons and features. I assume there is built normalized syntax to the systems xaml file's where, if a block is input I am able to populate new set of columns and then create buttons in there place, is there somewhere anyone is aware to learn what xaml looks to create new button layout space in the custom chart trader, or an example that can be continually built out and added too.Tags: None
-
Hello LoganJKTrader,
Thank you for your post.
An example of loading XAML from an indicator is available on our forums here:
we can add button on chart, like: var newControl = new System.Windows.Controls.TextBox { Name = "asd", Text ="WPF textbox", Width = 100, Background = Brushes.Green}; myGrid.Children.Add(newControl); System.Windows.Controls.Grid.SetColumn((UIElement)newControl,
That just places the loaded button in the chart panel, however.
This page of our help guide will also be helpful and demonstrates adding new buttons via script:
You could certainly find Chart Trader and use the first example's approach to load XAML within it.
Please let us know if we may be of further assistance to you.
-
Thank you Kate,
Are there any examples of adding a check box to the chart trader? I am able to play around adding the checkbox through xaml and having an idea of how to impliment logic what it does and when it is starting in what state would be very helpful.
Comment
-
Hello LoganJKTrader,
Thank you for your reply.
I'm not aware of an example of exactly that, but would be do-able.
Here's an example that adds a checkbox:
https://ninjatrader.com/support/foru...830#post759830
Please let us know if we may be of further assistance to you.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
54 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
72 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|
Comment