Although calling up the user GUI is a way to do this, for frequent updates to a parameter it is mouse click intensive and error prone process when ther are many parameters.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Capture Y value (price) of mouse pointer
Collapse
X
-
Capture Y value (price) of mouse pointer
Is there a way to capture the Y axis value of the mouse pointer (or cross hair) in terms of the instrument price (not screen coordinate) in the way that the chart trader seems to do. My basic goal is to update an internal value of an indicator without having to call up the indicator user GUI panel.
Although calling up the user GUI is a way to do this, for frequent updates to a parameter it is mouse click intensive and error prone process when ther are many parameters.Tags: None
-
Capture Y value work around
In solving a different problem, I discovered that the Y value of a manual chart object is knowable. So if one moves the mouse pointer soewhere and then places an innocuous object, like an arrow or line segment, the occurrence of the object can be detected in real time and its Y value then recovered.
Requires a checking loop through the object collection on every tick to be more or less intereactive.
A possible workaround.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
138 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment