Announcement

Collapse
No announcement yet.

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
      <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      91 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      137 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      121 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      72 views
      0 likes
      Last Post PaulMohn  
      Working...
      X