×

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

Text lock

562 bytes added, 13:51, 8 May 2013
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''' ..."
Locks corresponding text drawing so it cannot be moved manually.

== Usage ==
<syntaxhighlight>Text_Lock(TL_ID,true/false)</syntaxhighlight>

== 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:

<syntaxhighlight>Value1 = Text_Lock(3,true);</syntaxhighlight>

Unlock the text drawing with an ID number of 5:

<syntaxhighlight>Value1 = Text_Lock(5,false);</syntaxhighlight>

[[Category:Trendline Drawing]]