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

Re: [amibroker] Keltner bands



PureBytes Links

Trading Reference Links




 
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  mrdavis9 
  
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibrokeryahoogroups 
  Sent: Wednesday, December 10, 2003 6:29 
  AM
  Subject: [amibroker] Keltner bands
  
  
  Below is the metastock code for customized Keltner 
  bands.   The inventor of them demonstrated them, and I liked what I 
  saw.  I would sure appreciate it if one of the metastock users could 
  translate this into AFL.  TIA Ron Davis
   
  Keltner 
  C<FONT 
  size=2>hannels<FONT 
  size=2>
  periods:=10;mult:=1;Center:=Mov((H+L+C)/3,periods,S);Upper:=center 
  + mult*Mov((H-L),periods,S);Lower:=center - 
  mult*Mov((H-L),periods,S);Center;Upper;Lower;
   
  AB Code
  periods=10;mult     =1;Center 
  =MA((H+L+C)/3,periods);Upper  =center + 
  mult*MA((H-L),periods);Lower  =center - 
  mult*MA((H-L),periods);Plot(Center,"",colorblack,styleline);Plot(Upper,"",coloryellow,styleline);Plot(Lower,"",coloryellow,styleline);
   
  ---Outgoing mail is certified Virus Free.Checked by AVG 
  anti-virus system (<A 
  href="">http://www.grisoft.com).Version: 6.0.548 
  / Virus Database: 341 - Release Date: 
  12/6/2003Send 
  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.