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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
81 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
184 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment