Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 19:51:55 +0000



[User Discussion] - Y-axis value of line in ASCIL C++

View Count: 1042

[2014-04-22 18:43:31]
chobeo - Posts: 3
Is there an easy way to get the y-axis value of a line tool like a Ray
at the last bar of the chart in C++.
[2014-04-23 10:15:20]
norvik - Posts: 22
int firstY = sc.RegionValueToYPixelCoordinate(sc.Close[sc.ArraySize - 1],0);

May be it help.
[2014-04-24 13:10:19]
chobeo - Posts: 3
I don't think RegionValueToYPixelCoordinate will help.
I need the price (The Price scale value) of the Trendline at the last bar of the chart.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account