Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Cursor Position to Price Scale
Collapse
X
-
Cursor Position to Price Scale
is there any sample code that I can use to determine where the cursor is in terms of price?Tags: None
-
ok thanks.
My objective was to draw a line between 2 user mouse clicks?
I can determine which bar is referenced by the cursor x coordinate and thereby the bar OHCL but wondered if I could select a price outside this range?Last edited by futurenets; 06-17-2015, 09:19 AM.
Comment
-
found it ...
double PriceFromY (int y)
{
double bottom = _chartBounds.Bottom;
RoundInst(_min + ((bottom - y)/bottom * (_max - _min)));
}Last edited by futurenets; 06-17-2015, 10:06 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
28 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
17 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
10 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment