Re: [amibroker] Help with Kirshenbaum indicator

2006-03-06 Thread fred
aajohah To: amibroker@yahoogroups.com Sent: Saturday, March 04, 2006 11:14 PM Subject: RE: [amibroker] Help with Kirshenbaum indicator With those settings I do not see there being a buy or sell on the chart since the close

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-05 Thread emp62
From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of emp62Sent: Saturday, March 04, 2006 4:23 PMTo: amibroker@yahoogroups.comSubject: Re: [amibroker] Help with Kirshenbaum indicator   hi,   I changed 1 line in the code. I think it is good now.

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-05 Thread emp62
From: emp62 To: amibroker@yahoogroups.com Sent: Sunday, March 05, 2006 9:36 AM Subject: Re: [amibroker] Help with Kirshenbaum indicator ok yes.  I was struggling to get the Lin reg. on the proper bar, I'll have a look. But I think the other guys use LinReg functi

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-05 Thread emp62
ch 05, 2006 12:04 AM Subject: Re: [amibroker] Help with Kirshenbaum indicator Using Tools/Check:  "It seems that the formula references FUTURE quotes."    Just a heads up.   Wayne             Original Message - From: emp62

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Wayne
Using Tools/Check:  "It seems that the formula references FUTURE quotes."    Just a heads up.   Wayne             Original Message - From: emp62 To: amibroker@yahoogroups.com Sent: Saturday, March 04, 2006 1:23 PM Subject: Re: [amibroker]

RE: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread aajohah
PM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Help with Kirshenbaum indicator   hi,   I changed 1 line in the code. I think it is good now. See chart below which resembles your original chart very good (settings I use for that chart are: 5, 7, 4.5)   code

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread emp62
hi,   I changed 1 line in the code. I think it is good now. See chart below which resembles your original chart very good (settings I use for that chart are: 5, 7, 4.5)   code:   SetBarsRequired(1,1); PPeriod = Param( "P Period", 12, 2, 100, 1 ); LPeriod = Param( "L Period", 12, 2

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread emp62
amibroker@yahoogroups.com> Sent: Saturday, March 04, 2006 1:21 PM Subject: [amibroker] Help with Kirshenbaum indicator > > 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 descri

Re: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Sidney Kaiser
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 = C

RE: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Thomas Z.
] - - - - - - - - - - - - - - - - - - - - From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Arie Ellerbrak Sent: Saturday, March 04, 2006 1:36 PM To: amibroker@yahoogroups.com Subject: FW: [amibroker] Help with Kirshenbaum indicator   Thomas,   Thanx for your quick response. A friend of mine owns a copy of

FW: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Arie Ellerbrak
as Z. Verzonden: Saturday, March 04, 2006 1:26 PM Aan: amibroker@yahoogroups.com Onderwerp: RE: [amibroker] Help with Kirshenbaum indicator   Hello Arie,   interesting, i remember the request the years ago. Can you send snapshots or any website with informations how it looks like ? Do yo

RE: [amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Thomas Z.
] - - - - - - - - - - - - - - - - - - - - -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arie Ellerbrak Sent: Saturday, March 04, 2006 1:21 PM To: amibroker@yahoogroups.com Subject: [amibroker] Help with Kirshenbaum indicator Hello, Has anyone tried to code the Kirshenbaum

[amibroker] Help with Kirshenbaum indicator

2006-03-04 Thread Arie Ellerbrak
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 Yahoo! Gr