PureBytes Links
Trading Reference Links
|
Please transform this MetaStock to AFL, if u can.
Thanks in advance
nand
------------------------------------------------------------
Trading Bands
{Upper Band}
Prd1a:=Input("ATR Period",5,20,5);
Prd2a:=Input("Period for Highest High Value",5,20,10);
(HHV(LLV(L,Prd1a)+ATR(Prd1a),Prd2a));
{Lower Band}
Prd2b:=Input("Period for Lowest Low Value",5,20,10);
(LLV(HHV(H,Prd1a)-ATR(Prd1a),Prd2b));
---------------------------------------------------------------
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/AG3JAA/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/
|