Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 16:13:00 +0000



Post From: How to get values from “Extend Bar Value Until Future Intersection” in Spreadsheet System

[2024-03-20 23:37:04]
PeaceFrog - Posts: 102
Hi John,

Thank you for replying.

To clarify, I had found webpage:
https://www.sierrachart.com/index.php?page=doc/StudiesReference.php&ID=396#:~:text=This%20study%20will%20draw%20an,with%20a%20future%20price%20bar.

Which brought me to:
sc.GetStudyLineUntilFutureIntersection

I’m just not sure what I do with it? Or where I go from there.


In your sentence “These are not accessible through the standard interface”, what does “standard interface” mean?


I see the webpage says “The sc.GetStudyLineUntilFutureIntersection function is used to get the details of a line until future intersection from a study which has added one of these lines using the function sc.AddLineUntilFutureIntersection().”
Which is great, those are the details I’m looking for, but I don’t see instructions on how to get them.
(For context, I don’t understand the second part of the sentence “from a study which has added one of these lines using the function sc.AddLineUntilFutureIntersection().”)

I’m looking for the Spreadsheet System for Trading to produce the Price value of the lines created by “Extend Bar Value Until Future Intersection”. I see that the webpage says “Return Value: If the line is found, 1 is returned. If the line is not found, 0 is returned.” – I’m not looking for a “1” or “0” return value, I’m looking for the Price of the extended line to be returned.

I hope this helps clarify what I’m looking to achieve.

Is it achievable?

I’m fairly unfamiliar with this kind of thing.



Thank you again for your help. It’s very much appreciated.