Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 09:57:18 +0000



Post From: sierra chart visible chart price

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

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