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#
Current ADX(14) is greater than 15.
Current ADX(14) is greater than previous ADX(14) plus 0.40.
DM+ is greater than DM-.
Sell Rules#
Current ADX(14) is greater than 15.
Current ADX(14) is greater than previous ADX(14) plus 0.40.
DM+ is less than DM-.
Sample of Signal Points#
Results#
Source Code#
Here is the link to the source code for this strategy.