Tks in advance.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Vertical Labeled Line Time - Vertical Time Line
Collapse
X
-
Vertical Labeled Line Time - Vertical Time Line
Does anyone know of an existing indicator that will label the vertical line with a time stamp on it? I basically want to use the vertical line tool and place on a chart and it show the time of the bar that has been selected.
Tks in advance.Tags: None
-
Hello mcoog417,
You can use Labelled Lines Drawing Tool from below link:-
This is an expansion of the the NinjaTrader Lines Drawing Tool(s) that adds text boxes to each line that will show prices associated with the endpoint or where the line crosses the price scale. Vertical lines will show time stamps. Your own messages can be added to each text box. New settings can be set […]
Hope it helps!
- Likes 1
-
Hello mcoog417,
Thanks for your post and welcome to the NinjaTrader forums!
Yes, there is a free add-on that you can download and install. It will provide a duplicate set of drawing tools that all have the ability to add labels to. In the case of a vertical line, it will automatically label it with the date and time.
This add-on is publicly available on our NinjaTrader Ecosystem website:Here is a basic guideline of how to import NinjaScript add-ons in NinjaTrader 8:
Note — To import NinjaScripts you will need the original .zip file.
To Import:- Download the NinjaScripts to your desktop, keep them in the compressed .zip file.
- From the Control Center window select the menu Tools > Import > NinjaScript Add-on...
- Select the downloaded .zip file
- NinjaTrader will then confirm if the import has been successful.
Comment
-
Thank you both PaulH and s.kinra. That kinda works. I don't need the date shown each time as I am marking up intraday times. Doesn't look like its configurable to just show time. I'll see if I can contact developer to modify code for just intraday. Again, thank you both for quick response.
Comment
-
Hello mcoog417,
Thanks for your reply.
That change is possible however we would not want to change the current version as there are others that are using that date and time.
We do not generally modify and provide code writing services but as the change was small to fit your need, I have modified a copy of the LabeledLines add-on that I will attach below for your use.
In the modified copy I changed line 348 from pricetime = StartAnchor.Time.ToString();
to: pricetime = StartAnchor.Time.TimeOfDay.ToString();
LabeledLinesModified.zip
When you import this it should replace the existing add-on.
Comment
-
Hello mcoog417,
If you manually remove a NinjaScript source code file, you will have to recompile NinjaScripts in order for the script to no longer be listed in NinjaTrader menus.
If this does not remove the script from where it it listed, you may have it installed in a DLL. The script would then need to be removed from the Control Center's Tools > Remove NinjaScript Assembly menu.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
607 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
353 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment