PureBytes Links
Trading Reference Links
|
Hello,
In the simplest form this would look like this:
YesterdayMA = Ref( MA( Volume, 40 ), -1 );
Filter = Volume > 4 * YesterdayMA;
AddColumn( Volume, "Todays volume" );
AddColumn( YesterdayMA, "40-day moving average of volume" );
( copyt this to AA window and click on "Explore")
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "BillPritJr" <billpritjr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, July 21, 2002 5:24 PM
Subject: [amibroker] High volume screen
> Just purchased the $89 version of AmiBroker, was wondering if someone
> could post the formula for screening for all stocks that
> had "today's" volume, or most recent day volume, which traded at 4
> times average volume.
>
> Thanks
>
> Bill
>
> billpritjr@xxxx
>
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|