protected override void OnBarUpdate()
{
Print("test123");
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Newbie question: Print function doesn't seem to work
Collapse
X
-
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:
Nothing gets printed to the output screen, either when I compile or if I add it to my chart. What am I missing?Code:Tags: None
-
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?
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
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment