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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment