PureBytes Links
Trading Reference Links
|
Thanks David, The formula does just as I wanted..
Darryl reckons, now lets hope I get this right, that he had tested the
Darvas Box concept quite extensively and was happy with the results.
He mentioned that he got his best results with stocks making 6 or 12
month hights, and then apply the Darvas method to them.
He did say that they worked quite well on all stocks (Blue chips,
mid-caps and specs).He did make the comment, however, that he had found
the technique to not as successful when applied to US stocks. He gave no
real reason why this is so.
He did allocate a large chunk of time to them, so he must think they are
of some worth..
And as you say, if we could get the same returns as he getting, then
I'll be happy to use this technique as well.
Once again, thanks for the formula..
Cheers
Bruce
Perth Australia
-----Original Message-----
From: David Holzgrefe [mailto:dtholz@x...]
Sent: Tuesday, 23 April 2002 11:33 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Help -- Simple Question
Hi bruce this what i use just set the range days to 5 in AA settings ..
I wanted to see Guppy when he was in Melb but had to work .. did he
mention if the backtested any of his works ? ... i think not , but id
still love the returns from his example portfolio :)
Regards David
/* high for xn periods
David Holzgrefe
14.01.2002 */
Buy =H== HHV( H, 130) AND StrLen( Name() ) == 3 AND V > 10000;
Sell = 0;
Filter = Buy;
NumColumns=5;
Column0 = ROC(C,260);
Column0Name="annual % Return ";
Column1 = ROC(C,5);
Column1Name="Weekly % ";
Column2 = ROC(C,20);
Column2Name="monthly % ";
Column4 = FullName();
Column4Name="Name";
Column3 = ROC(C,130);
Column3Name=" Bi annual % ";
----- Original Message -----
From: Bruce Hearder
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, April 23, 2002 12:46 PM
Subject: [amibroker] Help -- Simple Question
Hi all,
I'm new to AB query language and still coming to grips with its syntax
and the help files.
I'm trying to find an easy way to find all stocks that have reached a 6
month high, where the high has occurred in the last 5 days.
Can anyone help??
Hoping someone can
Bruce
Perth, Australia
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.350 / Virus Database: 196 - Release Date: 4/17/2002
Yahoo! Groups Sponsor
ADVERTISEMENT
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|