Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plot a second instrument value in chart as text
Collapse
X
-
Hello Impeesa,
Thanks for your post.
I'm not aware of an existing indicator that does that.
You could use the Market analyzer to display the price of any number of instruments, however, this would be a separate window.
If you would like to construct an indicator yourself, you would need to use the AddDataSeries() method for the added instrument: https://ninjatrader.com/support/help...dataseries.htm
To display the text you would need to use Draw.TextFixed(): https://ninjatrader.com/support/help..._textfixed.htm
If you would like this created for you, we can provide a link to 3rd party programmers available through the NinjaTrader Ecosystem.
- Likes 1
-
Hello Impeesa,
Thanks for your reply.
If you run the indicator with Calculate.OnPriceChange (or Calculate.OnEachTick) the Close[0] will be the current price of the forming bar, which is what you want.
Here is a quick example of Draw.TextFixed: Draw.TextFixed(this, "tag1", Close[0].ToString(), TextPosition.TopRight);
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment