Login Page - Create Account

Support Board


Date/Time: Thu, 08 May 2025 04:37:53 +0000



[Programming Help] - sc.AddLineUntilFutureIntersection

View Count: 228

[2024-11-26 06:51:46]
User781731 - Posts: 50
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: 667
Use AddLineUntilFutureIntersectionEx and set the PerformCloseCrossoverComparison member.

ACSIL Interface Members - Functions: sc.AddLineUntilFutureIntersectionEx()
[2024-11-26 08:53:42]
User781731 - Posts: 50
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