Difference between revisions of "EntryName"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
Line 17: Line 17:
 
Will return "EL Limit" if the entry name for the previous position was "EL Limit".
 
Will return "EL Limit" if the entry name for the previous position was "EL Limit".
 
   
 
   
[[Category:Strategy Position Trades]]
+
[[Category:Strategy Position]]

Revision as of 13:27, 24 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".