I'm trying to make down trend signals but can't sucess any one help for this?
**********
x:=LLV(L,20); y:=MACD(); C < Ref(x,-1) AND
Ref(C,-1) < Ref(x,-1) AND H = x AND y > 0 AND
y < Ref(y,-1) AND C < Mov(C,13,W) AND
C < Mov(C,34,W) AND V*C > 250000
**********
