What's Your Favorite Candlestick Pattern?

Discussion in 'Technical Analysis' started by BobbyMurcerFan, Mar 15, 2003.

  1. yea, well, whatever. you say my backtesting method sucks. fine, you got a better one? o you do, but can't share it with us? the "debate" is over.
     
    #31     Mar 23, 2003
  2. pdcomm

    pdcomm

    IMO : Everyone's ' perception ' is different . Everything changes , always . No matter how much we try , we will never be able to see things exactly as anyone else . The best we can hope for is to gleen knowledge from what one sees fit to share .

    This is simply my ' perception ' of how things are .

    Besta , pd .

    ps - EVERY HUMAN MAKES THEIR OWN CHAINS .
     
    #32     Mar 25, 2003
  3. Here is an indicative backtesting research:
    Over the whole Nasdaq 100 database, from Jan2000 till now, settings buy/sell/short/cover at Open, delay +1, commission 0.5% the total % Net profit was a flat +5%.
    The Morning/Evening star are impressive buy not that profitable in the long term.
    Some stocks [like FLEX or CIEN] were interesting [>+400%] but the general outlook was not important.
    Here is the AFL code

    // MORNING STAR
    v29= CdWhite(0.1) AND Ref(CdDoji(0.1),-1)
    AND Ref(CdBlack(0.1),-2)
    AND Ref(O,-1)<Ref(C,-2)
    AND O > Ref(C,-1);

    // EVENING STAR
    v28 = CdBlack(0.1) AND Ref(CdDoji(0.1),-1)
    AND Ref(CdWhite(0.1),-2)
    AND Ref(O,-1)>Ref(C,-2)
    AND O < Ref(C,-1);

    // EXIT DELAYS
    x=Optimize("x",19,1,20,2);
    y=Optimize("y",19,1,20,2);

    // TRADING RULES
    Buy=V29;// BUY WITH A MORNING STAR
    Sell=Ref(Buy,-x);// SELL X BARS LATER
    Short=V28;// SHORT WITH AN EVENING STAR
    Cover=Ref(Short,-y);// COVER Y BARS LATER

    As you probably agree, it is meaningless to wait more than 20 trading bars. Both above formations are much advertised, they are attractive to watch but the only happy person is my broker.
     
    #33     Mar 26, 2003
  4. #34     Apr 7, 2003
  5. in the latest issue of S&C there's Nison's interview where he says that candlesticks are discretionary and can't be backtested with timed exits. that is because targets are determined in a discretionary way by looking an next S/R, etc. and then if the risk/reward is good then the trade is taken. so basically candlesticks can't be traded mechanically unless you add a boatload of filters.
     
    #35     Apr 13, 2003
  6. w/ a candlestick, in the Conservatory!!

    Now that's what I'm talking about

    :eek:


    dog:p
     
    #36     Apr 13, 2003
  7. NihabaAshi,

    Now that we're in a seemingly little bull run of some sorts, have your favorite intraday candle patterns changed?

    Mahalo,
    Hapaboy
     
    #37     Oct 13, 2003
  8. Hi Hapaboy,

    I got your private message and will respond in your initial thread on Intraday Candlesticks...

    http://www.elitetrader.com/vb/showthread.php?threadid=23219

    I'm a little slow this morning out of the gate and I need to respond to a few emails first.

    Talk to you later...hopefully I post a reply in the above thread before the open.

    NihabaAshi
     
    #38     Oct 13, 2003
  9. daily doji best surf
     
    #39     Oct 13, 2003
  10. gnome

    gnome

    Agree, "candles can't be traded mechanically...". My best use of candles involves any kind of "star" or englufing pattern at daily chart support/resistance. I mostly ignore other candle patterns which occur more-or-less mid range.
     
    #40     Oct 13, 2003