Exits-- targets vs. trailing stops

Discussion in 'Trading' started by monee, Oct 9, 2002.

  1. There is something strange here. The system results that you posted average over 100 trades per year. However, I just ran a test to find all the days where the daily range is below previous day's high or above previous day's low until 2pm EST, and then a range expansion breakout takes place in the last two hours. From January 1996 through January 2003 there have only been 180 such days.

    Am I missing something here?

    -bbc

    PS All the testing was done on tick resolution data from TickData.com
     
    #31     May 4, 2003
  2. i use breakeven and targets. after 1R stop is moved to BE. then its either 3R gain or BE. Ive gotten 22% wins, 44% BEs, and 34% losses. Overall that gives profit factor of 2. but i got another problem with commissions killing the whole thing since im daytrading but thats another topic.
     
    #32     May 4, 2003
  3. Traderkay...

    I would sell 1/2 to a 1/3 of my position once 1R is reached and then place the stop at breakeven.

    You need to reguarlarly pay yourself $ even if it is little... because those little gains add up.. and you will maintain more consistency.

    You are pretty much trying to swing for the fences... on every trade... either.. you strike out, walk, or hit a homer....

    Personally.. I'd rather hit singles, doubles, triples too...


    --MIKE
     
    #33     May 4, 2003
  4. acrary

    acrary

    Yes, you're missing something. Range extension means the market moves a certain amount above the high or a certain amount below the low. When it doesn't happen in the morning and the trading range is less than expected, then it's a possble setup for a afternoon trade.

    Today is a possible range extension day. The high this morning was above Friday's high, but not high enough to invalidate the trade. The range as of now has been 10 pts. which is about 40% less than the average daily range. If the range remains contained, then this model will buy/sell the breakout above or below today's high/low after 2 pm.
     
    #34     May 5, 2003
  5. acrary

    acrary

    I think what you're describing is a continuation day. I started work on a system for this as a followup to extension days. I was working on the longside trades and stopped work...lost interest.

    Here's the code I was working on at the time if you're interested:
     
    #35     May 5, 2003
  6. acrary

    acrary

    And here's the annual results since 1990 for the previously posted code. I think there's an edge here, but since I didn't finish, it'll wait for someone else to exploit.
     
    #36     May 5, 2003
  7. prox

    prox

    If you have a viable way of projecting a price target with accuracy, then go for it. Otherwise, a fixed amount target is prone to curve fitting to past data.
     
    #37     May 5, 2003
  8. For those of us who are TradeStation challenged, can anyone explain what the 'doji(X)' function does?

    -bbc
     
    #38     May 5, 2003
  9. acrary

    acrary

    It's a true or false statement. If doji(20) means the open and close must be between 20% of the high/low range for it to be true.

    Ex.
    O = 1000
    H = 1010
    L = 1000
    C = 1008

    h - l = 1010 - 1000 = 10 pt. range
    abs(o -c) = abs(1000 - 1008) = 8

    1 - (8/10) = .2 or 20% so the doji(20) would equal true
     
    #39     May 5, 2003
  10. Anyone has recommendation of exits for breakouttrades? Some non conventional like mov of high
     
    #40     Oct 28, 2013
    murray t turtle likes this.