Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Ninjascript Output 2?

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

    Ninjascript Output 2?

    I have a second tab on my ninjascript output window, Is there a way to use the second output or is it just there to tease me?

    #2
    Hello,

    Thanks for your post.

    Please see the help guide here (examples are shown in help guide): https://ninjatrader.com/support/help...8/?printto.htm

    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Perfect! Thanks.

      Comment


        #4
        The above link is broken. Here's an updated link:



        Comment


          #5
          This latest link is also broken.

          Comment


            #6
            Yep. I see that it's now broken, too.

            1. A user can go to the NinjaTrader Desktop Platform Guide:
            Code:
            https://ninjatrader.com/support/helpguides/nt8/
            2. Click the Search Link in the upper left and enter PrintTo in the search box.
            3. For me the first result was the right one.

            In the NinjaScript of an indicator or strategy you can set which console window, Output1 or Output2, the use of Print("your text") will output to.


            Code:
            protected override void OnStateChange()
            {      
              if (State == State.SetDefaults)
              {
                Name = "Sample PrintTo Indicator #2";
                Description = "@Used to Print updates to Output 2";
            
                //Set this scripts Print() calls to the second output tab
                PrintTo = PrintTo.OutputTab2;
              }      
            }
            
            protected override void OnBarUpdate()
            {                  
              Print("This script will print messages to Output Tab 2");      
            }​
            Last edited by BarzTrading; 09-06-2023, 08:04 PM.

            Comment


              #7
              For some reason, when you paste the links from the Help Guide into the forum, they break. They do work if you click on them, or copy them straight to a browser, but I think they're being reformatted or they contain a redirect that the forum software doesn't work with.
              Bruce DeVault
              QuantKey Trading Vendor Services
              NinjaTrader Ecosystem Vendor - QuantKey

              Comment


                #8
                Long-standing issue, one of many with the Forum software. Typically, the pasting/formatting of links that fail have an extra space character introduced somewhere in the link. Been like that for a looooong time. Sadly. Just another piece of third-party software that needs fixing.

                Thanks.
                Multi-Dimensional Managed Trading
                jeronymite
                NinjaTrader Ecosystem Vendor - Mizpah Software

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by chbruno, Today, 04:10 PM
                0 responses
                3 views
                0 likes
                Last Post chbruno
                by chbruno
                 
                Started by josh18955, 03-25-2023, 11:16 AM
                6 responses
                436 views
                0 likes
                Last Post Delerium  
                Started by FAQtrader, Today, 03:35 PM
                0 responses
                6 views
                0 likes
                Last Post FAQtrader  
                Started by rocketman7, Today, 09:41 AM
                5 responses
                19 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Started by frslvr, 04-11-2024, 07:26 AM
                9 responses
                127 views
                1 like
                Last Post caryc123  
                Working...
                X