Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding tooltips on hover
Collapse
X
-
Adding tooltips on hover
Is there a way to add a tooltip of text to lines and other objects that display on hover?Tags: None
-
Tooltip Example and Framework
I know this post is quite old, but I ended up creating my own tooltip version.
Currently, it's just an indicator that displays a tooltip containing the bar's details as you mouseover each bar. The tooltip is in its own class, is modular and can be added to any other custom indicator. Simply implement the following:1) Create an object instance at the top of the indicatorDownload and review the attached indicator for details.
2) Add a call to the tooltip from within OnRender()
3) Update/change the display logic as needed within the OnMouseMove() event in the CDXTooltip class.
This can obviously be enhanced to be more performant, add a delay, etc., but the framework is in place.
Hopefully this will help future indicator developers.
- Likes 3
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
629 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
362 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
564 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment