Here is what I came up with years ago:

/*
Kirshenbaum Bands
V1.0
09/22/2002
by Sid Kaiser
*/

LRbars = Optimize("LRbars", 20, 8, 34, 1);//12
SErr = Optimize("SErr", 2.15, 0.8, 3.4, 0.05);//2.35

Buy = Cover = Cross(Close, (LinearReg(Close, LRbars) - SErr*StdErr(Close, LRbars)));
Sell = Short = Cross((LinearReg(Close, LRbars) + SErr*StdErr(Close, LRbars)), Close);


At 04:21 AM 3/4/2006, you wrote:


Hello,

Has anyone tried to code the Kirshenbaum bands? It has been asked before,
years ago, but I haven't found any answers. I can provide the description.
Coding it myself has led me to a cul-de-sac. Can anyone be of any help?


Kind regards,

Arie Ellerbrak



Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Real estate investment software Investment property software
Software support Real estate investment analysis software Investment software


YAHOO! GROUPS LINKS





No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 3/3/2006


Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Real estate investment software Investment property software
Software support Real estate investment analysis software Investment software


YAHOO! GROUPS LINKS





No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 3/3/2006

Reply via email to