×

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 GetBarNumber

392 bytes added, 13:21, 16 September 2013
Created page with "Returns a numerical value representing the barnumber of the text object with a specified ID. ===Usage=== <syntaxhighlight> text_getbarnumber(ref); </syntaxhighlight> ===Par..."
Returns a numerical value representing the barnumber of the text object with a specified ID.

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

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

===Example===
Get the number of the bar where a text object with ID = 1 is placed.

<syntaxhighlight>
text_getbarnumber(1);
</syntaxhighlight>

[[Category: Text Drawing]]