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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      43 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      30 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      48 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Working...
      X