Login Page - Create Account

Support Board


Date/Time: Thu, 18 Sep 2025 15:55:22 +0000



[Programming Help] - sc.AddLineUntilFutureIntersection

View Count: 401

[2024-11-26 06:51:46]
User781731 - Posts: 71
This function “sc.AddLineUntilFutureIntersection” extends the line until it is intersected by a candle, i.e. until price crosses above/below it. However, I want the ability to Extend Lines Until Candle Closes Above/Below.

Do you know how to achieve this? Is there a study which already has functionality?
[2024-11-26 08:39:56]
User431178 - Posts: 782
Use AddLineUntilFutureIntersectionEx and set the PerformCloseCrossoverComparison member.

ACSIL Interface Members - Functions: sc.AddLineUntilFutureIntersectionEx()
[2024-11-26 08:53:42]
User781731 - Posts: 71
That fixed it, thank you so much!
Date Time Of Last Edit: 2024-11-26 08:56:26

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account