Is there any comfortable way, how to get the price on the trend-line at specific bar?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Detect price on the trend line
Collapse
X
-
misova, not directly unfortunately - what you could check via the DrawObjects collection and the IDrawObject interface are the anchor points for example as properties.
:https://www.ninjatrader.com/support/.../nt7/iline.htm
A sample script as starting point that works with those tools to give alerts for manual drawn lines could be found here in our sharing - http://www.ninjatrader.com/support/f...d=4&linkid=472
-
Thank you,
so as I think about it, then the only way how to calculate price of the trend line
on specific bar is to:
- Calculate a linear function y = Ax + B from those 2 anchor points
- and then use this function to calculate y-value (price) for other bars (x) ?
Do you think this is good direction ?
Comment
-
May I refer you to my post at:Thank you,
so as I think about it, then the only way how to calculate price of the trend line
on specific bar is to:
- Calculate a linear function y = Ax + B from those 2 anchor points
- and then use this function to calculate y-value (price) for other bars (x) ?
Do you think this is good direction ?
where the solution was to find the linear equation of a ray - effectively the same thing.
It sounds as if you have the math (good old coordinate geometry from high school !) but if you need a hand, please let me know.
As I said there, I've done precisely this recently and it's extremely effective - I'm able to get the level of the line at any bar.
Hope it all work out.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
125 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
84 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment