[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exploring for divergence (RSI(9)



PureBytes Links

Trading Reference Links

COLA:NAME:+ DIVERG

If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19), 1,0) OR
 If(CLOSE <= LLV(CLOSE,19) AND RSI(9) > LLV(RSI(9),19), 1,0)

COLB:NAME: - DIVERG 

If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR
If(RSI(9) <= LLV(RSI(9),19) AND CLOSE > LLV(CLOSE,19),1,0)

FILTER:
colA=1 OR colB=1

mike arnoldi