Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Place text under bars that meet specific criteria
Collapse
X
-
Place text under bars that meet specific criteria
I have a custom indicator that currently plots a red or green triangle above/below bars that have met the criteria of the indicator. I would like to know how to add text above/below and maybe 4 ticks offset from those triangles. The text value would be the value that the indicator has calculated. I believe this is a similar procedure to adding the bar number under each bar but I can't figure out how to do that either. Any guidance would be appreciated. The attached file is the indicatorTags: None
-
Hello Kaiviti57,
To draw text above or below the bar use Draw.Text().
Below is a link to the help guide.
The double y parameter is the y axis (price) that the text will be drawn at.
For example High[0] + 4 * TickSize would be a price 4 ticks above the bar.
The string text is the text being drawn.
I am also including a link to a forum post with helpful resources on getting started with C# and NinjaScript.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
70 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
41 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
166 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
101 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
164 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment