[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] formula help



PureBytes Links

Trading Reference Links




What 
is not working?? You are doing an exploration correct?
 
Regards, 
Jayson 
<FONT face=Tahoma 
size=2>-----Original Message-----From: golanus 
[mailto:golanus@xxxxxxxxx]Sent: Wednesday, July 02, 2003 7:58 
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 
formula helpi am still new to this and trying to figure 
out the AFL. could somebody help with a formula that would give 
me:-stocks with 3-25 price range, daily vol min 500000-new close high 
for the last 20 daysthe one I use(and not working) is;X = 20; // 
number of days NewHigh = HHV( Close, X ) == Close ; // today's close is 
a new closing high for the preceding number of daysF2 = Close > 
3;F3 = Close < 25;F4 = Volume > 500000; Filter = NewHigh AND 
F2 AND F3 AND F4; //filter for all 4 conditionsAddColumn( Close, "Close" 
); AddColumn( Volume, "Volume" );Send 
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
suggest@xxxxxxxxxxxxx-----------------------------------------Post 
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
group FAQ at: <A 
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor


  ADVERTISEMENT 









Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.