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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
601 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 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
559 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment