he rules of the 3-day high/low method/strategy

Forums ProRealTime English forum ProOrder support he rules of the 3-day high/low method/strategy

Viewing 9 posts - 1 through 9 (of 9 total)
  • #215376

    Hi, can someone help me to create this famous Larry Conjnor strategy? thank’s in advance
    The rules of the 3-day high/low method/strategy
    the strategy is like this:

    1. Today’s close must be higher than the 200-day moving average.
    2. Today’s close must be lower than the 5-day moving average.
    3. Two days ago both the high and low were lower than the day before.
    4. Yesterday the high and low were lower than the day before.
    5. Today the high and low are lower than yesterday.
    6. If conditions 1-5 are true, then buy today at the close.
    7. Exit at the close when the close is above the 5-day moving average.
    #215441
    JS

    Hi,

    Hereby the Larry Conner strategy “3 Day High Low”…

    Report figures are nice except for the DrawDown…

    You can’t buy or sell on the “Close”, it is always on the “Open” of the next bar…

    #215458

    thank’s JS.

    MAybe is it possible to buy at close, for example at 21.30 last half an hour? so, strategy works in 30 min timeframe and to use Dhigh and Dlow in strategy?

    #217585

    The Larry Connor 3-day high/low method/strategy for DAX.

    I added a stoploss of 1.4% and code to exit trade if the low of today is bigger than the low of yesterday if the high of today is lower than the high of yesterday.

    I also added another entry condition to only enter the trade if low of today is smaller than yesterday XOR the high of today is lower than the high of yesterday.

    Runs on the daily timeframe on DAX40. Backtest for 200k units attached,

     

    #217603

    Hello when I want to insert the code I get a lot of errors? What is the cause?

    #217605

    It looks like you are programming this in an Indicator, while the commands you use (from ProRealAlgos) are meant to be for a Backtesting & Autotrading system (see mouse arrow below).

    1 user thanked author for this post.
    #217609

    As from the attached pic, lick the COPY icon to automatically select the code, then press Ctrl+C to copy the text into the clipboard to later paste it in the platform or a text file of your choice.

     

    #217618

    Hello PeterST Thanks for your help I accidentally wanted to actually create it as an indicator, how stupid of me.

    #217671

    One of our customers just contacted us, apparently this strategy works quite good on DAX on the 1-minute timeframe with only some minor adjustments.
    Add these two extra parameters for the code, remove the timeframe-row and you will get a backtest looking like the attached images.

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

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