PureBytes Links
Trading Reference Links
|
Put the following formula in 3 columns
If( Mov(C,xx,S) > Ref( Mov(C,xx,S),-1) , 1 , 0)
Substitude xx with 16, 25 and 50 in the 3 columns.
Then on the Filter tab place the following statement:
colA = 1 AND colB = 1 AND colC = 1
Regards,
Jan Diederik
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of paul
> Sent: Sunday, July 26, 1998 7:50 AM
> To: metastock-list@xxxxxxxxxxxxx
> Subject: how to?
>
>
> How do I create an exploration that will only list stocks with a
> rising 16,
> 25, and 50 day simple moving average.
>
> paul
> pwjc@xxxxxxxxxxxxxx
>
>
|