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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment