Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Ninjascript Output 2?
Collapse
X
-
Ninjascript Output 2?
I have a second tab on my ninjascript output window, Is there a way to use the second output or is it just there to tease me?Tags: None
-
Hello,
Thanks for your post.
Please see the help guide here (examples are shown in help guide): https://ninjatrader.com/support/help...8/?printto.htm
-
-
-
Yep. I see that it's now broken, too.
1. A user can go to the NinjaTrader Desktop Platform Guide:2. Click the Search Link in the upper left and enter PrintTo in the search box.Code:https://ninjatrader.com/support/helpguides/nt8/
3. For me the first result was the right one.
In the NinjaScript of an indicator or strategy you can set which console window, Output1 or Output2, the use of Print("your text") will output to.
Code:protected override void OnStateChange() { if (State == State.SetDefaults) { Name = "Sample PrintTo Indicator #2"; Description = "@Used to Print updates to Output 2"; //Set this scripts Print() calls to the second output tab PrintTo = PrintTo.OutputTab2; } } protected override void OnBarUpdate() { Print("This script will print messages to Output Tab 2"); }Last edited by BarzTrading; 09-06-2023, 08:04 PM.
- Likes 1
Comment
-
Long-standing issue, one of many with the Forum software. Typically, the pasting/formatting of links that fail have an extra space character introduced somewhere in the link. Been like that for a looooong time. Sadly. Just another piece of third-party software that needs fixing.
Thanks.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment