Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Open print indicator

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

    Open print indicator

    Hi, is there a free open print indicator available for NT8?

    #2
    Hello hhoyle,

    Welcome to the NinjaTrader forums!

    Are you trying to print a value to the output window with the Print() method?

    Below is a link to a support article on adding debugging prints to understand behavior.


    Are you trying to open the print dialogue to print a chart or window?



    Note, if you are looking for a completed script to import, please post in the NinjaScript File Sharing > NinjaScript File Sharing Discussion section of the forums!​
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I manually add the open print every day to my chart, but was wondering if there is an indicator that would add it to the chart automatically

      Comment


        #4
        Hello hhoyle,

        As this is posted in the Indicator Development section of the forums, I am assuming you are developing an indicator (programming in C#).

        To print the open the NinjaScript Output window, call Print(Open[0]);.

        You could also add the time to the print.
        Print(string.Format("{0} | Open[0]: {1}", Time[0], Open[0]));
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          sorry, no. I'm not developing an indicator. I'll post this in the general chat.

          Comment


            #6
            Hello hhoyle,

            The General Development section of the forums would be for inquiries about programming C# addons, bar types, etc.

            If you are looking for a completed script to import, please post in the NinjaScript File Sharing > NinjaScript File Sharing Discussion section of the forums as mentioned in post # 2.


            The CurrentDAYOHL indicator included with NinjaTrader draws a plot for the session open, high, low, and close. Is this what you are looking for?

            There is also an Opening Price indicator on the User App Share.
            Hello Traders, I have enhanced the capabilities a little. Now you can name the event. In the example, I have the CL Pit Open, the Equities Open and the CL Pit Close. I hope that this is useful for you… Bob Hello Traders, Here is an NT8 indicator that marks the pit open, or any […]


            Are you wanting an indicator that prints to the output window?
            Or do you want an indicator that draws text on the chart instead of plotting a line?

            Do you want the open of the current session?
            Do you want the open of the most recently updated bar?
            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
            558 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
            545 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