Support Board
Date/Time: Thu, 06 Mar 2025 22:09:21 +0000
Post From: Drawing on Study Subgraph
[2022-02-12 12:50:55] |
User431178 - Posts: 609 |
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. |