Difference between revisions of "EntryName"

From MultiCharts
Jump to navigation Jump to search
Line 9: Line 9:
 
   
 
   
 
== Notes ==  
 
== Notes ==  
Same as [[PosTradeEntryName]].  
+
* Same as [[PosTradeEntryName]].
+
 
 
== Example ==  
 
== Example ==  
 
<syntaxhighlight>
 
<syntaxhighlight>

Revision as of 09:33, 9 February 2012

Returns the name of the order which opened the position.

Usage

EntryName(TradeNumber)

Where:

TradeNumber - a numerical expression, specifying the number of trade (zero-based).

Notes

Example

EntryName(1);

Will return "EL Limit" if the entry name for the previous position was "EL Limit".