--- In [email protected], "_sdavis" <[EMAIL PROTECTED]> wrote: > > I will like to have n-bar stops with different durations for long and > short positions. The system also generates multiple entry signals > without intervening exit signals. I want the n-bar stop to be n-bars > after the last entry signal. In other words, if subsequent entry > signals occur within the n-bar window, the subsequent entry signals > should extend the life of the trade. Any clever way to do this > efficiently?
BarsSince( Buy ) >= longNBarStop should do what you want. Tuzo
