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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      291 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      188 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      185 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      270 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      219 views
      0 likes
      Last Post CarlTrading  
      Working...
      X