Login Page - Create Account

Support Board


Date/Time: Fri, 22 May 2026 11:50:42 +0000



Post From: Drawing on Study Subgraph

[2022-02-12 12:50:55]
User431178 - Posts: 871
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.