Login Page - Create Account

Support Board


Date/Time: Sat, 30 Nov 2024 02:55:05 +0000



Post From: ACSIL LineUntilFutureIntersection modification after creation

[2022-12-21 09:18:46]
User293778 - Posts: 20
Hi,

Is there a way to modify after creation a line until future intersection created with ACSIL's sc.AddLineUntilFutureIntersectionEx() function? I would like to be able to control with its .EndBarIndex parameter when the line ends and I would in some cases also be able to modify its .LineValue2ForRange parameter but I can't find the way to do any of that after line creation.

I have tried iterating through all lines created with sc.GetStudyLineUntilFutureIntersectionByIndex() up to sc.GetNumLinesUntilFutureIntersection() and I can easily get the parameters of each line but it doesn't seem possible to modify them?? Isn't there a """sc.SetStudyLineFutureIntersectionByIndex()""" function or similar, that allows access to the structure and modification of all line parameters, even color and/or transparency, after creation?

Should I use ACSIL drawing tools for that instead, like rectangles?

Thanks