Simple Dusty Musty Crusty#

This is a complicated strategy but we have implemented the simple components of it to test. Here is the source.

Buy Rules#

  1. Current ADX(14) is greater than 15.

  2. Current ADX(14) is greater than previous ADX(14) plus 0.40.

  3. DM+ is greater than DM-.

Sell Rules#

  1. Current ADX(14) is greater than 15.

  2. Current ADX(14) is greater than previous ADX(14) plus 0.40.

  3. DM+ is less than DM-.

Sample of Signal Points#

Simple Dusty Musty Crusty Signal Points

Results#

Simple Dusty Musty Crusty Results

Source Code#

Here is the link to the source code for this strategy.