PureBytes Links
Trading Reference Links
|
David,
I suppose this code will be used in the AA. One thing
I'd like to understand that is, Let says I want to run
the rest of the scan condition only if stock volume
meet such condition. If stock does not meet this
condition does AA skip the rest of the test and move
on to the next stock.? This would certainly save a
lot of computing time. TIA.
--- David Holzgrefe <dtholz@xxxx> wrote:
> Hi tibor Welcome to the Group below is a few
> examples of volume searches ** note my database had
> volume /100 so u may need to add a few 00's to the
> formula ..
>
>
>
> As for learning , look though the egroups messages
> you will fine exrea tips and wasy to perform
> function with afl
>
> If i see a way some one has done something i will
> save it in a folder called code snips for my to
> reference at a later date
>
>
>
> 1.2 * MA( Volume, 65 ) ;// 20 % increase in volume
> over average 65 days
>
> *****************
>
> x1 = V < 100 AND V > 10;
>
> Buy = x1;
>
> Sell = 0;
>
>
>
> Regards David
>
> ----- Original Message -----
> From: ALEX14612
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, April 30, 2002 6:28 AM
> Subject: [amibroker] 2 QUESTIONS FROM A NEWBIE
>
>
> HELLO GROUP
>
>
> 1st question is there a primer or crash course to
> learn afl
> programming besides the help files of course i can
> always look at
> examples done it seems not knowing how to create
> scans is a major
> disadvantage
>
>
> 2nd question is there a formula for creating
> stocks with at least
> 100k shares traded daily,i dont like thinly
> traded stocks and this
> scan would save time
>
>
> thanks to all in advance
> TIBOR
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.351 / Virus Database: 197 - Release
> Date: 4/19/2002
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
|