Just a question, though: How would percent factor in to the equation? I normally use ATR based stops as a way to get around using percents in favor of the characteristics of a that particular stock’s price movement.
Also, do you have any idea what my original formula means (Gain<-3*ATR(14,0) ? Because:
a) look at the data, it’s seems that it’s not what I thought is was (fixed stop based on buy price)
b) whatever it is, it’s helping my results in at least one sim.
Gain is the "Return of an existing position in dollars." My understanding of this is that if you have an intial postion of 10k and a 10% return on that position then Gain = 1000.
For a trailing ATR stop from the high close based on 2.5 ATR's and 20 bars with no offset try: PctFromHi < -2.5*ATRN(20,0).
-- Bill