BarsSinceExit (Reserved Word)
Returns the number of bars ago since a specified position was closed out.
BarsSinceExit(Num)
Where Num is a whole number (from 1 of 10) representing positions ago.
Remarks
This function can only be used in the evaluation of strategies.
Example
Value1 = BarsSinceExit(2);
In this example, Value1 might return a value of 46 if it has been 46 bars since the exit that occurred 2 positions ago.