×

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 "EntryName" - MultiCharts
Open main menu

Difference between revisions of "EntryName"

 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
Where:  
 
Where:  
  
: '''PosBack''' - a numerical expression, specifying the number of trade (zero-based).
+
: <code>PosBack</code> - a numerical expression, specifying the number of trade (zero-based).
 
: 0 - open position;
 
: 0 - open position;
 
: 1 - one position back (the last position closed);
 
: 1 - one position back (the last position closed);
 
: 2 - two positions back, etc.
 
: 2 - two positions back, etc.
+
 
 
== Notes ==  
 
== Notes ==  
 
If <code>PosBack</code> is not specified, a value for the open position will be returned.
 
If <code>PosBack</code> is not specified, a value for the open position will be returned.
Line 16: Line 16:
 
== Example ==
 
== Example ==
 
<syntaxhighlight>EntryName(1);</syntaxhighlight>
 
<syntaxhighlight>EntryName(1);</syntaxhighlight>
will return a value of "buy LE" for the last closed position, if this position was opened by the order with "buy LE" name.  
+
 
 +
will return a value of "buy LE" for the last closed position, if this position was opened by the order with "buy LE" name.  
  
 
[[Category:Strategy Position]]
 
[[Category:Strategy Position]]

Latest revision as of 13:36, 24 February 2012

Returns the name of the order which opened the position.

Usage

EntryName(PosBack)

Where:

PosBack - a numerical expression, specifying the number of trade (zero-based).
0 - open position;
1 - one position back (the last position closed);
2 - two positions back, etc.

Notes

If PosBack is not specified, a value for the open position will be returned.

Example

EntryName(1);

will return a value of "buy LE" for the last closed position, if this position was opened by the order with "buy LE" name.