gary
 Member
Posts: 16
Joined: 12/13/2003
Location: Houston, TX
User Profile |
Try this one. It uses a shorter lag MA and catches a symbol at the crossing of the MAs going up. The scan seems to show some promising ones but I noticed it can also give a lot of whipsaws. Might need to experiment with period of MAs.
(C > ZMA(8) AND C > ZMA(14)) AND (C[1] <= ZMA(8)[1] AND C[1] <= ZMA(14)[1])and(ZMA(8)>ZMA(14)and ZMA(8)[1](14)[1])
|