Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
scrolling back and mouse over events
Collapse
X
-
scrolling back and mouse over events
I was wondering if NT8 has the capability in mouse over or scroll back events. I have an indicator that gives information on certain type of setups. It will draw a pattern and also give information. Is there a way that I can click on the object and once clicked give the description back or if I scroll back can it automatically show the descriptionTags: None
-
Hello ballboy11,
It is possible to add an event handler to the mouse down or mouse preview down events in a custom drawing tool.
You could trigger information to display on the screen from an indicator on that event by subscribing to the event in the custom drawing tool.
When the chart is scrolled, this will trigger OnRender(). You can perform any actions you would like when this triggers.
Chelsea B.NinjaTrader Customer Service
-
thank you and another question
Are there any good examples of on Render and charting. I think what I will do is draw a vertical line in the center of the screen as the reading point so when the user finds the pattern they want to analyze it will display the information needed.
I need an example in how to find the screen and find the current bar index. when I found that I will be able to give the information accordingly
Comment
-
Hello ballboy11,
Can clarify what you mean when you mention "I need an example in how to find the screen"?
Which screen are you looking for?
It is possible to identify the bar that the mouse has clicked on (or is hovering over).
Below is a link to an example of capturing the mouse click.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment