Support Board
Date/Time: Thu, 30 Oct 2025 18:57:24 +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); |
