Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Newbie question: Print function doesn't seem to work

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

    Newbie question: Print function doesn't seem to work

    I'm almost certainly missing something here. But this seems as basic as it can possibly get:

    Code:
    protected override void OnBarUpdate()
    {
         Print("test123");
    }
    Nothing gets printed to the output screen, either ​when I compile or if I add it to my chart. What am I missing?

    #2
    Hello ERWebster,

    Thank you for your post.

    Compiling does not cause the strategy to run. It would only run or process data if you added to it to the chart or from the Strategies tab.

    If the strategy is applied to a chart, is there data with new bars appearing on the chart the Strategy is applied to?

    Is the strategy showing as enabled on the Strategies tab of the Control Center?

    Importantly, are there errors appearing on the Log tab of the Control Center?

    Try testing the Sample MA Crossover strategy included with NinjaTrader on the same chart or Strategy Analyzer using the same instrument, bar type, interval, and date range.

    Do you see results with the Sample MA Crossover strategy? ​

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    556 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