Login Page - Create Account

Support Board


Date/Time: Fri, 11 Sep 2026 07:53:27 +0000



Post From: Drawing on Study Subgraph

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