The second one is the bar timer provided by ninjatrader, shown here in black (Time remaining = 00:02:36), I am wondering if it is possible to make some changes of this indicator: a) Just display the minutes and seconds, such as only display "02:36" and "remove Time remaining = 0"; b) second to have options to change the font size and color?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bar timer indicators
Collapse
X
-
Bar timer indicators
I have tried two bar timers, one is developed by Mindset (https://ninjatraderecosystem.com/user-app-share-download/bar-timer-hybrid/?_gl=1*63e0a8*_gcl_au*MTAwNDM1NDA3My4xNzMxMTExMTU0 ), shown here in blue (02:36), not sure what's the problem, the timer won't load continuously in rush hours (it disappears after a while), but it works properly during after hours. If some one can help on this, that would be highly appreciated.
The second one is the bar timer provided by ninjatrader, shown here in black (Time remaining = 00:02:36), I am wondering if it is possible to make some changes of this indicator: a) Just display the minutes and seconds, such as only display "02:36" and "remove Time remaining = 0"; b) second to have options to change the font size and color?
-
Hello lunrener,
You could create a copy of the BarTimer indicator and modify this.
The calls to Draw.TextFixed are what are adding the time text to the chart.
The timeLeft variable is what stores the string value being drawn. The NinjaTrader.Custom.Resource.BarTimerTimeRemaining is the 'Time remaining' text being added before the timeLeft value which you could choose to remove.
The ChartControl.Properties.LabelFont is the SimpleFont object that specifies the font family and text size.
You can create your own SimpleFont object and supply this instead.
There are also other bar timer indicators on the User App Share you might be interested in, or you could use for ideas.
Chelsea B.NinjaTrader Customer Service
Comment
-
Thanks. I will try those out. Also I tried this one, it works fine.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
62 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
86 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
46 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
104 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment