Arw Get Anchor to Bars
From MultiCharts
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);