×

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

Arw GetLock

578 bytes added, 21:46, 27 February 2017
Created page with "Locked arrow drawings cannot be moved manually. Keyword returns a value of True for locked drawings, and a value of False for unlocked. ==Usage== <syntaxhighlight>Arw_GetLoc..."
Locked arrow drawings cannot be moved manually. Keyword returns a value of True for locked drawings, and a value of False for unlocked.

==Usage==
<syntaxhighlight>Arw_GetLock(ArrowID)</syntaxhighlight>

Where:
:'''ArrowID''' - a numerical expression specifying the arrow drawing ID number

==Notes==
An arrow ID number is returned by Arw_New when the arrow drawing is created.

==Example==
Assign Lock property of the arrow drawing with an ID number of 3 to Condition1 variable:

<syntaxhighlight>Condition1=Arw_GetLock(3);</syntaxhighlight>

[[Category:ArrowDrawing]]