PureBytes Links
Trading Reference Links
|
--- weerayah velawan <vela007_2000@xxxxxxxxx> wrote:
> 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
>
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
------------------------ 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/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/
|