Combination 3#

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

Buy Rules#

  1. Close one bar ago is greater than close three bars ago.

  2. Close is greater than close two bars ago.

  3. Close two bars ago is greater than close one bar ago.

  4. Close greater than previous close.

Sell Rules#

  1. Close one bar ago is less than close three bars ago.

  2. Close is less than close two bars ago.

  3. Close two bars ago is less than close one bar ago.

  4. Close less than previous close.

Sample Signal Points#

Closing Pattern Only and Go with the Flow Points

Results#

Closing Pattern Only and Go with the Flow Results

Source Code#

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