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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
249 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
161 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
250 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
203 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment