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

RE: [amibroker] TC 2000 formula conversion



PureBytes Links

Trading Reference Links

Dick:

MAXH20 in AFL is  HHV(H,20), ditto for lows.

However, Volume greater than the highest High does not make sense.
Perhaps you meant todays Volume is higher than the highest volume in the
last 20 days since yesterday (which in TC2000 would have been
V><MAXV20.1.

If this is what you meant, then the explore statement would be
Ratio = (HHV(H,20)-LLV(L,20))/((HHV(H,20)+LLV(L,20))/2;
Filter = Ratio<0.15 AND V>Ref(HHV(V,20),-1);

Ken

-----Original Message-----
From: drlblast [mailto:hoierman@xxxxxxx] 
Sent: Sunday, June 29, 2003 11:44 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] TC 2000 formula conversion

Hi all AFL experts:

I'm interested in converting this TC2000 formula for breaking out 
(up) of a trading range to AFL as an Exploration.   I've tried
but without success.  Any other ideas also welcome.

(MAXH20-MINL20)/(MAXH20+MINL20)/2<.15 AND V>MAXH20.1

Thanks

Dick H




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
http://docs.yahoo.com/info/terms/ 




------------------------ Yahoo! Groups Sponsor ---------------------~-->
$50 - $100 gift card with digital cameras & camcorders $299 & up
Now you can have the digital camera or camcorder of your dreams, and a gift card to put towards a future purchase. Excludes select models.
http://us.click.yahoo.com/bHgiAD/FjRGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->

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 http://docs.yahoo.com/info/terms/