[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
REF(RSI(5),-1)<30 AND RSI(5)>30
You could enter other periods for RSI.
Zbigniew
----- Original Message ----- 
From: "Joel Reymont" <joelr@xxxxxxxx>
To: <metastockusers@xxxxxxxxxxxxxxx>
Cc: <metastock@xxxxxxxxxxxxx>
Sent: Monday, September 03, 2001 9:03 PM
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
> 
> 
>