+1 888 340 6572

TL Get Anchor to Bars

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the value of the "anchor to bar" option of the trendline drawing with a specified ID.

Usage

TL_Get_Anchor_to_Bars(TL_ID)
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:

Condition1=TL_Get_Anchor_to_Bars(3);