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

Re: Gary Rosenberg <gbrosenberg@xxxxxxxxxxxxxxxx>: Help with Formula



PureBytes Links

Trading Reference Links

If it is a good scan than you should show excellent results on a system
test. How does it test? You should look at using the cross function.
cross(30,RSI(13)) , cross(RSI(13), 70). But remember you can return back
down or move back up without touching the extreme.
-----Original Message-----
From: michael.arnoldi@xxxxxxxx <michael.arnoldi@xxxxxxxx>
To: metastock-list@xxxxxxxxx <metastock-list@xxxxxxxxx>
Date: Friday, January 02, 1998 2:35 PM
Subject: Gary Rosenberg <gbrosenberg@xxxxxxxxxxxxxxxx>: Help with Formula


>--------- Begin forwarded message ----------
>From: Gary Rosenberg <gbrosenberg@xxxxxxxxxxxxxxxx>
>To: MetaStock-list <metastock-list@xxxxxxxxxxxxx>
>Subject: Help with Formula
>
>scan all my stocks with the Stochastic over 80 and the RSI is over 70.
>Stochastic under 20 and the RSI is under 30.
>
>buy area:
>Stoch(5,3)<20 or rsi(14)<30
>
>sell area:
>Stoch(5,3)>80 or rsi(14)>70
>
>mike
>