EntryName

From MultiCharts
Revision as of 15:48, 27 January 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

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

Same as PosTradeEntryName.

Example

EntryName(1);

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