The main issue I have noticed is that it will take a long when in a downtrend. In what I have coded, price needs to close above linear regression, linear intercept and the wave line. Additionally, linear regression needs to close above the intercept and wave line. As I was writing this post, it took a long with this exact issue.
To provide a better filter, I also include a BBMACD and Stochastic in which it seems to ignore those filters as well.
In terms of the input lengths on long I provide it is:
BBPX: 21
LIX: 12
LRX: 12
MFPX: 8
MSMPX: 9
MSPX: 17
SDX: 3
SKX: 8
SMX: 4
ZOMX: 18

Comment