Login Page - Create Account

Support Board


Date/Time: Tue, 04 Nov 2025 08:58:12 +0000



Post From: Drawing on Study Subgraph

[2022-02-12 12:50:55]
User431178 - Posts: 805
So sc.AddLineUntilFutureIntersection() works fine, but draws the line on the main chart

The study that is used for drawing extension lines needs to be set to the chart region in which you want to draw.
You can then either set the 'Based On' to reference the relevant study, or get the required data using sc.GetStudyArrayUsingID as you mentioned before.