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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      633 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      567 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X