×

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.

Text lock - MultiCharts
Open main menu

Text lock

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

Locks corresponding text drawing so it cannot be moved manually.

Usage

Text_Lock(TL_ID,true/false)

Parameters

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

Example

Lock the text drawing with an ID number of 3:

Value1 = Text_Lock(3,true);

Unlock the text drawing with an ID number of 5:

Value1 = Text_Lock(5,false);