×

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.

Changes - MultiCharts
Open main menu

Changes

TL GetExtLeft

805 bytes added, 11:28, 26 January 2012
Created page with "Returns a logical value, indicating whether the trendline with the specified ID number is extended to the left; returns a value of True if the trendline is extended, and a..."
Returns a logical value, indicating whether the trendline with the specified ID number is extended to the left; returns a value of [[True]] if the trendline is extended, and a value of [[False]] if the trendline is not extended or if the specified trendline ID number is invalid.

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

Where: [[TL_ID]] - 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 a true/false value, indicating whether the trendline with an ID number of 3 is extended to the left, to ExtL variable:

<syntaxhighlight>Variable:ExtL(False);
ExtL=TL_GetExtLeft(3);</syntaxhighlight>

[[Category:Trendline Drawing]]
Anonymous user