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

RE: [amibroker] Sigma Bands



PureBytes Links

Trading Reference Links





Try this, don't know who coded 
it.
Plot( Close, <FONT color=#ff00ff 
size=1>"Price", colorBlack, styleCandle 
);
GraphXSpace = 1<FONT 
size=1>;
period = Param( 
"TAM period", <FONT 
color=#ff00ff size=1>25, <FONT color=#ff00ff 
size=1>2, 100<FONT 
size=1>, 1 
);
Arm = MA( Close, 
period );
Plot( Arm, "Minor term 
avg", colorRed );<FONT color=#0000ff 
size=1>
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 + <FONT color=#ff00ff 
size=1>0.05 ), <FONT color=#ff00ff 
size=1>"Ch+1", colorWhite );<FONT 
color=#0000ff size=1>
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 - <FONT color=#ff00ff 
size=1>0.05 ), <FONT color=#ff00ff 
size=1>"Ch-1", colorWhite );<FONT 
color=#0000ff size=1>
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 + 0.1<FONT 
size=1> ), "Ch+2", 
colorWhite );
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 - 0.1<FONT 
size=1> ), "Ch-2", 
colorWhite );
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 + <FONT color=#ff00ff 
size=1>0.15 ), <FONT color=#ff00ff 
size=1>"Ch+3", colorWhite );<FONT 
color=#0000ff size=1>
Plot( Arm * ( <FONT color=#ff00ff 
size=1>1 - <FONT color=#ff00ff 
size=1>0.15 ), <FONT color=#ff00ff 
size=1>"Ch-3", colorWhite );<SPAN 
id=hbblock>
 
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  <A title=steve2@xxxxxxxxxxxxxxxxxxxx 
  href="">Steve Almond 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">Ami 
  Sent: Wednesday, February 11, 2004 4:10 
  PM
  Subject: [amibroker] Sigma Bands
  
  Has anyone managed to write the AFL code for Sigma bands? It seemed 
  simple, but was beyond me...
  Here is a reference:  <A 
  href="">http://www.forextrm.com/faq.htm and 
  a picture:
   
  <IMG alt="" hspace=0 
  src="" 
  align=baseline border=0>Send BUG REPORTS to <A 
  href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  <A 
  href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: <A 
  href="">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 
  
  
  Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd op 
  virussen. Op <A 
  href='"http://www.planet.nl/evs";'>http://www.planet.nl/evs staat een 
  verwijzing naar de actuele lijst waar op wordt gecontroleerd. 




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








Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.