Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Button for show/hide chart trader like on NT7?
Collapse
X
-
Button for show/hide chart trader like on NT7?
Is there a way to add a button to NT8 to easily show/hide the chart trader like there was on NT7?Tags: None
-
Hello EnveousColnago,
If you wanted to replicate the toolbar button you could get the ChartControl object and then use the ChartTraderVisibility from its Properties:
I look forward to being of further assistance.Code:if(ChartControl != null) { ChartControl.Properties.ChartTraderVisibility = ChartTraderVisibility.Visible; }
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment