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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment