×

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 GetActive

735 bytes added, 14:50, 25 January 2012
Created page with "This reserved word returns a numeric value representing the ID of the currently active trendline. ==== Usage ==== <syntaxhighlight>TL_GetActive</syntaxhighlight> ==== No..."
This reserved word returns a numeric value representing the ID of the currently active trendline.

==== Usage ====
<syntaxhighlight>TL_GetActive</syntaxhighlight>

==== Notes ====
When the reserved word performs its operation successfully, trendline ID is returned.

When a reserved word cannot perform its operation, it returns an error code.

==== Example ====
<syntaxhighlight>Value1=TL_GetActive;</syntaxhighlight>

Assigns the ID of the currently active trendline to Value1.

Value1 is any numeric variable or array.

Trendline reserved word should be assigned to a numeric variable or array in order to determine whether the reserved word performed its operation successfully or not.

[[Category:Trendline Drawing]]
Anonymous user