Thanks Chartzone for the Metastock formula. Here is the formula for the Metastock expert for those of you who would like to experiment further.
TREND
Bullish
C>HHV(Ref(H,-1),20) OR C>Mov(C,50,S)*1.03
Bearsh
C<(Mov(C,50,S)*0.97) OR C<LLV(Ref(L,-1),10)
HIGHLIGHTS
Bullish
C>HHV(Ref(H,-1),20) OR Mov(C,7,S)>Mov(C,50,S)*1.03
Bearish
C<(Mov(C,50,S)*0.97) OR C<LLV(Ref(L,-1),10)
Neutral
C<HHV(Ref(H,-1),20) AND C<Mov(C,50,S)*1.03 AND C>(Mov(C,50,S)*0.97) AND C>LLV(Ref(L,-1),10)
Note : Enable the ribbons
SYMBOLS
Bullish condition :
BarsSince( Cross(Mov(C,7,S),Mov(C,50,S)*1.03))<20 AND Cross(C,HHV(Ref(H,-1),10))AND C>Mov(C,50,S)*1.0
Graphic Up arrow, color green,
Bearish Condition:
BarsSince(Cross((Mov(C,50,S)*0.97),C))<10 AND Cross(C,LLV(Ref(L,-1),10))
Graphic : Down Arrow, color
Also enclosed the Meastock Expert formula File.
Regards
Karthik