Thanks again
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
moving anchor point to price for custom rule
Collapse
X
-
moving anchor point to price for custom rule
Hello, I need help, I am creating a rule and I need one of the points to automatically move to the current price level, to update the tool so that it has the price value I have no problem, but to convert the price into a new point yes , Could you help me? Being able to transform a double price value to a point
Thanks againTags: None
-
Point lineEndPoint2 = new Point(chartControl.Instrument.MarketData.Last.Pric e, chartControl.Instrument.MarketData.Last.Price);
solved on part now to find bar
-
Hello RubenCazorla,
This is a DrawingTool script is this correct?
The chart bars object can be found with GetAttachedToChartBars().
With this you can use Bars.GetClose() or .GetTime(), etc.
The price can be converted to a Y value with chartScale.GetYByValue().
The barSlot can be converted to a X value with ChartControl.GetXByBarIndex().
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
590 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
342 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
555 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment