×

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 lock - MultiCharts
Open main menu

Locks corresponding trendline drawing so it cannot be moved manually.

Usage

TL_Lock(TL_ID,true/false)

Parameters

TL_ID - a numerical expression specifying the trendline ID number.
true/false - locks or unlocks the drawing.

Example

Lock the trendline with an ID number of 3:

Value1 = TL_Lock(3,true);

Unlock the trendline with an ID number of 5:

Value1 = TL_Lock(5,true);