Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 07:30:05 +0000



Post From: GetStudyLineUntilFutureIntersection example

[2023-05-18 14:33:34]
User133994 - Posts: 75
Thank you for the help!

They aren't line drawings or subgraphs. These lines are created using sc.AddLineUntilFutureIntersectionEx()--which all show very nicely on the chart, but don't have any associated subgraphs nor are they drawn manually or using the ACSIL drawing functions. So, I need a way to do logic and act upon the lines--and that is what GetStudyLineUntilFutureIntersection does.

Nonetheless, wonderful while loop!

ChatGPT came up with something...but I like your simple powerful example much, much better.

One note, I think the function name is:
sc.GetStudyLineUntilFutureIntersectionByIndex()

instead of GetStudyLineUntilFutureIntersection. Check the sierra chart header to be sure.

Many, many thanks!