Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Looking for a CLOCK plugin/indicador
Collapse
X
-
Looking for a CLOCK plugin/indicador
I know there is Bar Timer indicador but I wanted to see an actual clock or some kind of indicador the actual time on the chartTags: None
-
Hello rafael_delima86,
Thanks for your post.
I am not aware of a clock add-on.
You can certainly create one using Core.Globals.Now and Draw.TextFixed() method.
For example:
protected override void OnBarUpdate()
{
if (State == State.Realtime)
{
Draw.TextFixed(this, "Test", Core.Globals.Now.ToString(), TextPosition.TopRight);
}
}
If you would like this created for you, we can also provide a link to 3rd party developers in the NinjaTrader Ecosystem.
-
Hi guys,
I'd very much like to have a clock created for me too. In line with the time I have for input data for the instrument that I'm trading - spesifically for NY Eastern Time.
Please let me know what I'd need to do to get this. Will it cost anything?
Thanks for your time.
Kind Regards,
Josh
Comment
-
Hello,
Thank you for your post.
You can search our list of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more:
You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third-party services for NinjaTrader, all pricing and support information will need to be obtained through the consultant.
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem, LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
Let me know if I may be of further assistance.
Thomas C.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment