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 Hwop38, 05-04-2026, 07:02 PM
            0 responses
            160 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            307 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            244 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            348 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            178 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X