PureBytes Links
Trading Reference Links
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Shawn,
if you are looking for EL (I assume this is EasyLanguage) code, why are you
asking in an AmiBroker list??
Or did you want it in AFL? If so, try
Center = LinearReg(Close,23);
Width = Stdev(Close-Center, 23);
Upper = Center+Width;
Lower = Center-Width;
Plot(C,"Close", colorBlack, styleBar);
Plot(Center, "Center", colorRed, styleLine);
Plot(Upper, "Upper", colorWhite, styleLine);
Plot(Lower, "Lower", colorWhite, styleLine);
- --
Nigel
On Thu, 22 Jan 2004 13:19, ssmike123 wrote:
> I am looking for EL program for a "23 period linear regression line
> of price with +1 and-1 sdandard deviation on each side of it" ie; a
> chanel. Thanks
>
>
> Shawn
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFADzbPBbmcM2pfckkRAmYCAJ4z+PzXoygypw96m9wb2Pi+f6M6KQCfX2v3
m+VUu74PwFaxXsiIJ9ro8IM=
=wfFi
-----END PGP SIGNATURE-----
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:
http://docs.yahoo.com/info/terms/
|