×

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 GetBarNumber

395 bytes added, 13:16, 16 September 2013
Created page with "Returns a numerical value representing the barnumber of the arrow object with a specified ID. ===Usage=== <syntaxhighlight> arw_getbarnumber(ref); </syntaxhighlight> ===Pa..."
Returns a numerical value representing the barnumber of the arrow object with a specified ID.

===Usage===
<syntaxhighlight>
arw_getbarnumber(ref);
</syntaxhighlight>

===Parameters===
* Ref – ID of the arrow object;

===Example===
Get the number of the bar where the arrow object with ID = 1 is placed.
<syntaxhighlight>
arw_getbarnumber(1);
</syntaxhighlight>

[[Category: ArrowDrawing]]