×

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

Changes

Jump to navigation Jump to search

TL GetExtRight

811 bytes added, 11:30, 26 January 2012
Created page with "Returns a logical value, indicating whether the trendline with the specified ID number is extended to the right; returns a value of True if the trendline is extended, and ..."
Returns a logical value, indicating whether the trendline with the specified ID number is extended to the right; 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_GetExtRight(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 right, to ExtR variable:

<syntaxhighlight>Variable:ExtR(False);
ExtR=TL_GetExtRight(3);</syntaxhighlight>



[[Category:Trendline Drawing]]
Anonymous user

Navigation menu