Hello, I am new to EFS.
I am programming a study and I would like the user to be able to draw a line segment and then have a study perform operations from values from this line segment. So, I need to know what the beginning and ending interval points are of the line segment in relation to the chart it is drawn on.
Also If the line segment is moved, I want the study to perform its operation again.
Is there any function reference call for this? such as:
getLineSegmentValue(line_segment_name)
Thank you in advance!
I am programming a study and I would like the user to be able to draw a line segment and then have a study perform operations from values from this line segment. So, I need to know what the beginning and ending interval points are of the line segment in relation to the chart it is drawn on.
Also If the line segment is moved, I want the study to perform its operation again.
Is there any function reference call for this? such as:
getLineSegmentValue(line_segment_name)
Thank you in advance!
Comment