Login Page - Create Account

Support Board


Date/Time: Fri, 27 Sep 2024 05:13:53 +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.