Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
About end of day vertical line on chart
Collapse
X
-
I think you might be referring to the "Trading hours break line" which is a property of the chart bars (double click on it), you can set this property to "Off".Originally posted by joysync View PostHi , There is a white color vertical line on futures chart(NQ 06-19 1min) at time 1700 . How to remove that ? I can't find any setting to remove it. Please help.thanks.RayNinjaTrader Customer Service
-
Hello joysync,
Thank you for your reply.
TradingHoursBreakLine is in the ChartBars.Properties class, this code was able to set the TradingHoursBreakLineVisible enum to Off.
All the best wishes!Code:if (ChartBars != null) { this.ChartBars.Properties.TradingHoursBreakLine.TradingHoursBreakLineVisible = TradingHoursBreakLineVisible.Off; }
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
84 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
23 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
31 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
31 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment