Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Current Time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Current Time

    How can I plot the exact current time in HHMMSS format on the chart? e.g.: How to plot the current time as well next to the bar timer counter with the Bar Timer indicator?
    Thanks!

    #2
    Hello Gregorio,

    Do you have a time object and you want to format this with a format string?

    Below is a link to the microsoft C# documentation on date and time format strings.
    Learn to use custom date and time format strings to convert DateTime or DateTimeOffset values into text representations, or to parse strings for dates & times.


    For example:
    Print(Time[0].ToString("HH:mm:ss"));
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I want to plot the time on the chart! Like the bar timer does, only it should plot the current time!

      Comment


        #4
        Hello Gregorio,

        To get the current time use DateTime.Now.

        To draw a text box in the bottom right corner use DrawTextFixed().


        You can update using a timer, or you could update in OnMarketData.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          How can I script, that I want to have the chart always on top! I know I can do it in the right click menu, but can I do this at all in script? I have an add-on to NT8 that opens in a new window but the right click menu doesn't show up! Can I just enter a line in the script to permanently make it "always on top"?

          The same with "Show Tabs"! The right click menu doesn't work so I want to know if I can make it "turned off" in the script!

          Comment


            #6
            Hello Gregorio,

            For future reference, below I am providing a link to the NinjaTrader 8 section of the forums.


            In NinjaTrader 8 the right-click context menu must be created by you for your addon.

            Attached is an example that demonstrates.
            Attached Files
            Chelsea B.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            559 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            324 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            546 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            547 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X