Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print in addon?

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

    Print in addon?

    So Print() doesn't work in an addon? Is there another way to print to the output window from inside an addon? Specifically, an Account update event inside an addon.

    #2
    Hello Chippy,

    Thanks for your post.

    Print() is not available to use in an AddOn. Instead of Print(), you could use Output.Process() to write a message.

    Code:
    // Instead of Print()
    NinjaTrader.Code.Output.Process("my message", PrintTo.OutputTab1);
    See this help guide page for more information: https://ninjatrader.com/support/help...ub=Code.Output

    Let us know if we may assist you further.
    <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
    557 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X