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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
186 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
345 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
267 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment