Changes

Jump to navigation Jump to search

TL Get Anchor to Bars

582 bytes added, 16:18, 15 June 2017
Created page with "Returns the value of the "anchor to bar" option of the trendline drawing with a specified ID. ==Usage== <syntaxhighlight>TL_Get_Anchor_to_Bars(TL_ID)</syntaxhighlight> :'..."
Returns the value of the "anchor to bar" option of the trendline drawing with a specified ID.

==Usage==
<syntaxhighlight>TL_Get_Anchor_to_Bars(TL_ID)</syntaxhighlight>

:'''Where''': TL_ID is a numerical expression specifying the trendline ID number

==Notes==
A trendline-specific ID number is returned by TL_New when the trendline is created.

==Example==
Assign the "anchor to bars" option of the trendline drawing with an ID number of 3 to the Condition1 variable:

<syntaxhighlight>Condition1=TL_Get_Anchor_to_Bars(3);</syntaxhighlight>

[[Category:Trendline Drawing]]

Navigation menu