Tl lock

From MultiCharts
Revision as of 13:33, 8 May 2013 by Dave Masalov (talk | contribs) (Created page with "Locks corresponding trendline drawing so it cannot be moved manually. == Usage == <syntaxhighlight>TL_Lock(TL_ID,true/false)</syntaxhighlight> == Parameters == :'''TL_ID'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);