Support Board
Date/Time: Tue, 01 Jul 2025 14:03:54 +0000
Post From: Iterating over user drawn lines
[2016-02-04 23:46:55] |
User982736 - Posts: 46 |
In a custom study I need to iterate over all the horizontal lines added by the user in a chart. I have tried looping though: sc.GetUserDrawnChartDrawing(i, DRAWING_HORIZONTALLINE, ChartDrawing, -1) but I can't seem to find them all. Thanks. |