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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
388 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
257 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
215 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
300 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
265 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment