×

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.

Difference between revisions of "Arw GetActive" - MultiCharts
Open main menu

Difference between revisions of "Arw GetActive"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Returns a numerical value indicating the '''object ID''' number of the currently selected arrow object.
+
Returns a numerical value indicating the object ID number of the currently active arrow object.
  
Arw_GetActive returns a value of -1 if no arrow objects are currently selected.  
+
Arw_GetActive returns -1 if no arrow objects are currently selected or were added to a chart yet.
 +
If an active arrow drawing object is removed from a chart then Arw_GetActive returns -1.
 +
If an inactive arrow drawing object is removed from a chart then Arw_GetActive returns the object ID number of the currently active arrow object.  
  
 
== Usage ==
 
== Usage ==

Latest revision as of 14:36, 13 October 2014

Returns a numerical value indicating the object ID number of the currently active arrow object.

Arw_GetActive returns -1 if no arrow objects are currently selected or were added to a chart yet. If an active arrow drawing object is removed from a chart then Arw_GetActive returns -1. If an inactive arrow drawing object is removed from a chart then Arw_GetActive returns the object ID number of the currently active arrow object.

Usage

Arw_GetActive

Notes

Example

Assign a value, indicating the object ID number of the currently selected arrow object, to Value1 variable:

Value1 = Arw_GetActive;