Difference between revisions of "ExitName"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
Line 16: Line 16:
 
Will return "ES mkt#1" if the exit name for the previous position was "ES mkt#1".
 
Will return "ES mkt#1" if the exit name for the previous position was "ES mkt#1".
  
[[Category:Strategy Position Trades]]
+
[[Category:Strategy Position]]

Revision as of 13:28, 24 February 2012

Returns the name of the order which closed the position.

Usage

ExitName(TradeNumber)

Where:

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

Notes

Example

ExitName(1);

Will return "ES mkt#1" if the exit name for the previous position was "ES mkt#1".