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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
93 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
138 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
123 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
73 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment