Kevin Daley Championships used strategy close

Forums ProRealTime English forum ProOrder support Kevin Daley Championships used strategy close

Viewing 2 posts - 1 through 2 (of 2 total)
  • #85302

    Hello Everyone

    Here´s my first effort, I hope I´ll get in what needs to be seen and that it´s readable and understandable.

    Maybe already published but not found by me. Any opinions, questions, discovered problems or further development is greatly appreciated.

     

    It´s a strategy supposed to have been used by Kevin Daley when he won the Championship some years ago. I´ve seen this at a presentation here not associated with KD. Quit simple strategy really. Unclear what TF and Securities he used.

    The rules are(Reversed for short positions):

    Uptrend Max 20 bars(Unclear what he used as trend, I use SMA20 and SMA200)

    Wick of more than 50% on the upside for longpositions( CSU in code)

    Buystop 0,1 ATR above the High of the CSU

    Exit conds:50%@ 1 ATR(10) and 50% at 2ATR(10)

    Stoploss ATR trailing stop 10, 2

    I´ve done some Quick backtests with Swedish stocks seems ok in 60 min TF, but since it´s not really yet doing what I want it to do,  I wait until i´ve completed the code with further tests.

     

    I have some issues with it though, which probably affect the results negatively:

    1: I want it to buy exactly at 0,1ATR above the high of CSD and not at next Candle Close as it seems to do now, I think that som of the winnings are lost here?

    2:Are the SMA:s conditions accurate? I want them to both be up and 20 above 200 at the buying Candle is this true as it´s written now?

    3: the i and y respectively could perhaps be optimised I´ve chosen that max 10 bars from the formation of candle to Buy, maybe more or less?

    Any other issues that you discover ?

    I hope you like it and find it interesting.

    //P

     

    #85981

    TRENDU3=Average[200](close)[0] > Average[20](close)[0]

    looks like  you want to swap the > to <

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login