Brooke, this is another work in progress. it still needs a short term filter to avoid entering when the short term technicals are over bought.
enter long
(mov(c,5,s)>mov(c,20,s)) and (slope(zig(c,5,%),2)>0) and (slope(mov(c,50,s)-ref(mov(c,50,s),-15),2)>0) and slope(mov(((stoch(8,3)*.05)+(stoch(89,21)*.43)+(stoch(55,13)*.26)+(stoch(34,8)*.16)+(stoch(21,5)*.10)),15,s),2)>0
exit long
(mov(c,5,s)<mov(c,20,s)) and (slope(zig(c,5,%),2)<0) and slope(mov(((stoch(8,3)*.05)+(stoch(89,21)*.43)+(stoch(55,13)*.26)+(stoch(34,8)*.16)+(stoch(21,5)*.10)),15,s),2)<0
any recommendations on a short term filter? |