Text Anchor to Bars

From MultiCharts
Revision as of 23:22, 27 February 2017 by Angelina (talk | contribs) (Created page with "Anchors the corresponding text drawing to the visible bar index; returns a value of 0 if the operation was performed successfully, and a value of -2 if the specified trendline...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Anchors the corresponding text drawing to the visible bar index; returns a value of 0 if the operation was performed successfully, and a value of -2 if the specified trendline ID number is invalid.

Usage

Text_Anchor_to_Bars(Text_ID,LogicalExpression)

Where:

Text_ID is a numerical expression specifying the text drawing ID number
LogicalExpression is a logical value; True = add option and False = remove option

Notes

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

Example

Anchor the text drawing with an ID number of 3 to the visible bar index:

Value1=Text_Anchor_to_Bars(3,True);