+1 888 340 6572

Arw Get Anchor to Bars

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Usage

Arw_Get_Anchor_to_Bars(ArrowID)
Where:
ArrowID is 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 "anchor to bars" option of the arrow drawing with an ID number of 3 to the Condition1 variable:

Condition1 = Arw_Get_Anchor_to_Bars(3);