Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 13:46:23 +0000



Post From: How to get s_LineUntilFutureIntersection struct data of an Extended Line with LineIDForBar

[2023-08-09 13:10:32]
dnrich - Posts: 18
Hi,

I'm using sc.AddLineUntilFutureIntersectionEx() to draw extended lines on a graph for which I'm giving each extended line a unique LineIDForBar identifier.

After inserting these lines on the graph, how can I access a line's s_LineUntilFutureIntersection data from its unique LineIDForBar identifier? First, I need to retrieve LineValue and LineValue2ForRange.

Thank you for your help.