×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

TL GetEnd bn - MultiCharts
Open main menu

TL GetEnd bn

Revision as of 13:28, 16 September 2013 by Roman MultiCharts (talk | contribs) (Created page with "Returns a numerical value, indicating the bar number of the ending point of a trendline with the specified ID number. TL_GetEnd_bn returns a value of -2 if the specified trend...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value, indicating the bar number of the ending point of a trendline with the specified ID number. TL_GetEnd_bn returns a value of -2 if the specified trendline ID number is invalid.

Usage

TL_GetEnd_bn(TL_ID);

Parameters

  • TL_ID - a numerical expression specifying the trendline ID number.

Example

Assign a value, indicating the bar number of the ending point of a trendline with the ID number of 3, to the Value1 variable:

Value1 = TL_GetEnd_bn(3);