Combination 1#
This combines entry #29 and #12 from Kevin Davey’s book, Entry and Exit Confessions of a Champion Trader
Buy Rules#
Previous Open is greater than current High.
Current Open is greater than previous Close.
Previous Low is greater than current Close.
RSI(5) is less than 80.
Close is greater than Average Close of 5 periods.
Sell Rules#
Previous Open is less than current Low.
Current Open is less than previous Close.
Previous High is less than current Close.
RSI(5) is greater than 20.
Close is less than Average Close of 5 periods.
Sample Signal Points#
Results#
Source Code#
Here is the link to the source code for this zeta-zetra/code.