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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
92 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
48 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
106 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment