PureBytes Links
Trading Reference Links
|
Hi
I am trying to create a Sigma Bands as mentioned in
the following website: www.mktcycles.com
I have attached a sample of the Sigma Bands in this
mail.
I tried with the following formula but it looks
different from the one in the site:
stdh1 := Mov(C,20,E)+1*(Stdev(C,20));
stdh2 := Mov(C,20,E)+2*(Stdev(C,20));
stdh3 := Mov(C,20,E)+3*(Stdev(C,20));
stdl1 := Mov(C,20,E)-1*(Stdev(C,20));
stdl2 := Mov(C,20,E)-2*(Stdev(C,20));
stdl3 := Mov(C,20,E)-3*(Stdev(C,20));
stdh1;
stdh2;
stdh3;
stdl1;
stdl2;
stdl3
Can anybody help?
Thank you in anticipation
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|