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

Error PrintTo does not exist in current context

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

    Error PrintTo does not exist in current context

    Perhaps this is not correct, but so far it works well...

    In the AddOn folder I have a script I call CommonMethods to define Method Classes that are instantiated in many indicators.

    The namespace in this script is called CommonMethods

    However, now I want to define a print output in one of the classes..

    am getting this error

    "The name "PrintTo" does not exist in the current context.

    NinjaTrader.Code.Output.Process(msg, PrintTo.OutputTab2);

    Rather than change the namespace I would like to know how to fully quality PrintTo so the compiler can find it...

    Thx



    #2
    Is this ?
    Code:
    NinjaTrader.NinjaScript.PrintTo.OutputTab2

    Comment


      #3
      Hello llanqui,

      Thanks for your post.

      It possible to print to the output window by using

      Code:
      NinjaTrader.Code.Output.Process("my message", PrintTo.OutputTab2);
      See this help guide page for more information: https://ninjatrader.com/support/help...g_concepts.htm
      Brandon H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by poplagelu, Today, 05:00 AM
      0 responses
      3 views
      0 likes
      Last Post poplagelu  
      Started by fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,407 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      98 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      160 views
      0 likes
      Last Post loganjarosz123  
      Working...
      X