×

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.

Text Get Anchor to Bars - MultiCharts
Open main menu

Text Get Anchor to Bars

Revision as of 15:55, 15 June 2017 by Angelina (talk | contribs) (Created page with "Returns the value of the "anchor to bar" option of the text drawing with a specified ID. ==Usage== <syntaxhighlight>Text_Get_Anchor_to_Bars(Text_ID)</syntaxhighlight> :'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the value of the "anchor to bar" option of the text drawing with a specified ID.

Usage

Text_Get_Anchor_to_Bars(Text_ID)
Where:
Text_ID is a numerical expression specifying the text drawing ID number

Notes

Text ID number is returned by Text_New when the text drawing is created.

Example

Assign "anchor to bars" option of the text drawing with an ID number of 3 to the Condition1 variable:

Condition1=Text_Get_Anchor_to_Bars(3);