ExitPrice (Reserved Word)
Returns the exit price for the specified position.
ExitPrice(Num) ;
Where Num is a numeric expression representing the number of positions ago (up to a maximum of ten).
Remarks
This function can only be used in the evaluation of strategies. It does not require an input, however, by using the input Num, you can obtain the specified value from a previous position, up to ten positions ago.
Example
ExitPrice(1) might return a value of 107.750 as the exit price of the last position on a chart of Microsoft stock.