Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Y coordinates for values plotted ScaleJustification.Left
Collapse
X
-
Hi jvanelli, An indicator can access all Scales on the chart, see here:
One indicator can create an object of the other indicator to get its Series values, and use GetYByValue() for the chart scale in the above collection. That would be the best way to get the y coordinate without directly accessing it or sharing it through an addon.
Leave a comment:
-
HI jvanelli, GetYByValue() is a method of the ChartScale object, so GetYByValue will use the respective ChartScale of the indicator you are working with. This can be tested in OnRender by printing the value of GetYByValue(Value[0]);
Kind regards,
-ChrisL
Leave a comment:
-
Of course, but getting the values is not my question. What I need to obtain is the Y (pixel) coordinate for the second series, such as would be returned by GetYByValue().
Leave a comment:
-
HI jvanelli, thanks for posting. ScaleJustification is a property of the indicator and not the Plot objects. To access data from each Plot you can use the Values[][] array. e.g. Values[0][0] for the first plot and Values[1][0] for the second plot.
Kind regards,
-ChrisL
Leave a comment:
-
I should note that I do have a workaround, which is to create a second indicator running on my second series and assigned to the same panel but with output to the left scale. OnRender for this second indicator operates with ScaleJustification.Left where I can get the Y coordinates for my second series and communicate those values to the other indicator as static or common variables through an Add-On. This works. It is clumsy. It may not be the most efficient approach.
Leave a comment:
-
Y coordinates for values plotted ScaleJustification.Left
I have an indicator with two series plotted. Primary series is plotted with ScaleJustification.Right, and second series is plotted with ScaleJustification.Left. In Ninjascript how can I get Y coordinates for the second series values plotted with ScaleJustification.Left?Tags: None
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by NasdaqAnalytica, Today, 03:33 PM
|
1 response
4 views
0 likes
|
Last Post Today, 03:44 PM | ||
Started by Auvrayphil, Today, 03:44 PM
|
0 responses
4 views
0 likes
|
Last Post
by Auvrayphil
Today, 03:44 PM
|
||
Started by jamesbhardwaj, Today, 04:41 AM
|
1 response
15 views
0 likes
|
Last Post Today, 03:09 PM | ||
Started by diorfo, Today, 12:48 PM
|
5 responses
24 views
0 likes
|
Last Post Today, 03:06 PM | ||
Started by cp202822, Today, 01:38 PM
|
2 responses
14 views
0 likes
|
Last Post
by cp202822
Today, 02:55 PM
|
Leave a comment: