Combination 4#

This combines entry #32 and #19 from Kevin Davey’s book, Entry and Exit Confessions of a Champion Trader

Buy Rules#

  1. EMA 10 is greater than EMA 40.

  2. Previous EMA 10 is less than previous EMA 40.

  3. High two bars ago is greater than the high one bar ago.

  4. Low two bars ago is less than the low one bar ago.

  5. Close is greater than high two bars ago.

Sell Rules#

  1. EMA 10 is less than EMA 40.

  2. Previous EMA 10 is greater than previous EMA 40.

  3. Low two bars ago is less than low one bar ago.

  4. High two bars ago is greater than high one bar ago.

  5. Close is less than low two bars ago.

Sample Signal Points#

Exponentially Better and Quick Pullback Points

Results#

Exponentially Better and Quick Pullback Results

Source Code#

Here is the link to the source code for this zeta-zetra/code.