Pullback Strategy#
This strategy was developed to be applied to crude oil. Now, we have applied it to the forex market.
Buy Rules#
Current close greater than current open.
Current close less than close 200 periods ago.
Current close is greater than close 20 periods ago.
Current close is less than close 10 periods ago.
Sell Rules#
Current close less than current open.
Current close greater than close 200 periods ago.
Current close is less than close 20 periods ago.
Current close is greater than close 10 periods ago.
Sample of Signal Points#
Results#
Source Code#
Here is the link to the source code for this strategy.