Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Open print indicator
Collapse
X
-
Hello hhoyle,
Welcome to the NinjaTrader forums!
Are you trying to print a value to the output window with the Print() method?
Below is a link to a support article on adding debugging prints to understand behavior.
Are you trying to open the print dialogue to print a chart or window?
Note, if you are looking for a completed script to import, please post in the NinjaScript File Sharing > NinjaScript File Sharing Discussion section of the forums!Chelsea B.NinjaTrader Customer Service
-
Hello hhoyle,
As this is posted in the Indicator Development section of the forums, I am assuming you are developing an indicator (programming in C#).
To print the open the NinjaScript Output window, call Print(Open[0]);.
You could also add the time to the print.
Print(string.Format("{0} | Open[0]: {1}", Time[0], Open[0]));Chelsea B.NinjaTrader Customer Service
Comment
-
Hello hhoyle,
The General Development section of the forums would be for inquiries about programming C# addons, bar types, etc.
If you are looking for a completed script to import, please post in the NinjaScript File Sharing > NinjaScript File Sharing Discussion section of the forums as mentioned in post # 2.
The CurrentDAYOHL indicator included with NinjaTrader draws a plot for the session open, high, low, and close. Is this what you are looking for?
There is also an Opening Price indicator on the User App Share.
Hello Traders, I have enhanced the capabilities a little. Now you can name the event. In the example, I have the CL Pit Open, the Equities Open and the CL Pit Close. I hope that this is useful for you… Bob Hello Traders, Here is an NT8 indicator that marks the pit open, or any […]
Are you wanting an indicator that prints to the output window?
Or do you want an indicator that draws text on the chart instead of plotting a line?
Do you want the open of the current session?
Do you want the open of the most recently updated bar?
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
47 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
33 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment