×

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

Changes

Jump to navigation Jump to search

Arw lock

558 bytes added, 13:49, 8 May 2013
Created page with "Locks corresponding arrow drawing so it cannot be moved manually. == Usage == <syntaxhighlight>Arw_Lock(TL_ID,true/false)</syntaxhighlight> == Parameters == :'''Arw_ID'''..."
Locks corresponding arrow drawing so it cannot be moved manually.

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

== Parameters ==
:'''Arw_ID''' - a numerical expression specifying the arrow drawing ID number.

:'''true/false''' - locks or unlocks the drawing.

== Example ==
Lock the arrow drawing with an ID number of 3:

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

Unlock the arrow drawing with an ID number of 5:

<syntaxhighlight>Value1 = Arw_Lock(5,true);</syntaxhighlight>

[[Category:ArrowDrawing]]

Navigation menu