Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 23:42:23 +0000



Post From: sierra chart visible chart price

[2019-04-13 08:42:59]
User735389 - Posts: 188
Try this:

        RECT rect;
        GetClientRect(sc.GetChartWindowHandle(sc.ChartNumber), &rect);
        float topValue = sc.YPixelCoordinateToGraphValue(rect.top) ;
        float bottomValue = sc.YPixelCoordinateToGraphValue(rect.bottom);