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

Re: Detecting RSI crossing 70 and 30



PureBytes Links

Trading Reference Links

Try cross(rsi(5),30) and for the way down cross(70,rsi(5)) that's for a 5
days RSI
Good Trading
Herve

-----Original Message-----
From: Joel Reymont <joelr@xxxxxxxx>
To: metastockusers@xxxxxxxxxxxxxxx <metastockusers@xxxxxxxxxxxxxxx>
Cc: metastock@xxxxxxxxxxxxx <metastock@xxxxxxxxxxxxx>
Date: Tuesday, 4 September 2001 12:06
Subject: Detecting RSI crossing 70 and 30


>Folks,
>
>What's the best way to detect when RSI crosses
>the 70 and 30 values on the way up or down?
>
>For example, I was trying to use
>RSI(Ref(C, -1),5) < 30 AND RSI(C, 5) > 30
>to detect the RSI moving up through 30
>but it doesn't seem to be working.
>
>    Thanks, Joel
>
>
>