There is strategy running on this chart. I know this can be done.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Place a custom GUI where Chart Trader goes
Collapse
X
-
Place a custom GUI where Chart Trader goes
Chart trader opens up on the right side of any chart U open it on. How do I place a custom GUI in that same space. I have seen this done.
There is strategy running on this chart. I know this can be done.1 PhotoTags: None
-
Hello esmall,
Thanks for your post.
This would be done using WinForms, however we never have supported GUI modifications with NinjaTrader 7 so we could not assist further with this specifically. Other clients have accomplished this and may be able to share their experiences.
There is a Notes Panel indicator on our User App Share that could provide some further direction here - https://ninjatraderecosystem.com/use...d/notes-panel/
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
I'll leave this thread open for any other clients that may have some more input for you.
-
I am told that this code works
tradeManagerUI = new ChartTraderPanel2();
tradeManagerUI.Load(this);
tradeManagerUI.Dock = DockStyle.Right;
ChartControl.Controls.Add(tradeManagerUI);
where
class ChartTraderPanel2 : UserControl
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
593 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment