PureBytes Links
Trading Reference Links
|
Try puttinng this into an exploration:
((Abs(Ref(C,-6)-Ref(C,-5))+Abs(Ref(C,-5)-Ref(C,-4))+Abs(Ref(C,-4)-Ref(C,-3))+Abs(Ref(C,-3)-Ref(C,-2))Abs(Ref(C,-2)-Ref(C,-1)))/5)<>Abs(Ref(C,-1)-
C)
It may cause problems due to precision issues. It is also highly likely
the result set will equal the universe.
uhehs@xxxxxxxx wrote:
> That seems too salty; I would like very basic code.
>
>
>
> Example:
>
> Price changes respectively over the last 5 days: +1.00, -.50, .75,
> .10, -2.25
>
> Average: .92
>
>
>
> Then show me if the stock has changed more than .92 [either positive
> or negative]
>
>
>
>
>
>
>
> -----Original Message-----
> From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
> Sent: Wednesday, December 18, 2002 10:00 PM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: Re: [Metastockusers] Average Price CHANGE
>
>
>
> Try this link
>
> http://www.stockcentral.com.au/forum/machine/Forum32/HTML/000706.html
>
> It's for a normalised ROC by Jose Silva and may be what you are
> looking for.
>
> Roy
>
> ----- Original Message -----
> From: <uhehs@xxxxxxxx>
> To: <metastockusers@xxxxxxxxxxxxxxx>
> Sent: Thursday, December 19, 2002 3:53 PM
> Subject: [Metastockusers] Average Price CHANGE
>
>
>> I would like to write a filter [for an Explorer] that gives me stocks
> that
>> are currently up or down more than the average price change over the last
> 10
>> trading days.
>> [where a dollar move up and a dollar move down are treated the same for
>> averaging purposes.]
>>
>> If something like this already exists, someone please direct me to
> it and
>> sorry for being redundant.
>>
>>
>>
>> To unsubscribe from this group, send an email to:
>> Metastockusers-unsubscribe@xxxxxxxxxxx
>>
>>
>>
>> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>>
>>
>>
>>
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|