My vote is for Donchian channel breakouts for two reasons:
It can be reduced to a single parameter.
You can avoid that stop-and-reverse nonsense.
DCB strategy:
Go long when the current close equals the n-day highest close.
Exit long when the current close touches or falls below the median price.
Go short when the current close equals the n-day lowest close.
Exit short when the current close touches or rises above the median price.
The median is the average of the n-day highest close and the n-day lowest close.
It can be reduced to a single parameter.
You can avoid that stop-and-reverse nonsense.
DCB strategy:
Go long when the current close equals the n-day highest close.
Exit long when the current close touches or falls below the median price.
Go short when the current close equals the n-day lowest close.
Exit short when the current close touches or rises above the median price.
The median is the average of the n-day highest close and the n-day lowest close.
Last edited: