Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-08 Thread Bruce Hawkins
I pasted it into my price formula, after the price code. I sending it as a Word doc to preserve the formatting. Cheers, Bruce function HullMaFunction.doc Description: MS-Word document

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-08 Thread M. Smith
Bruce, Thanks it worked that time I must have discumbobulated it somehow on the copy before. Thanks again. Marshall - Original Message - From: Bruce Hawkins To: amibroker@yahoogroups.com Sent: Friday, December 08, 2006 2:00 AM Subject: Re: [amibroker] Jurik Moving Average

Re: [amibroker] Jurik Moving Average JMA

2006-12-07 Thread a a
Can you share the .net clone? Maybe somebody can help. carlacash26 [EMAIL PROTECTED] wrote: Hi, I'm lookng for a JMA clone for Amibroker. I have gotten a clone but it is written in .NET so I don't know how to implement it in AFL.

Re: [amibroker] Jurik Moving Average JMA

2006-12-07 Thread Tom Tom
Message - From: Herman To: amibroker@yahoogroups.com Sent: Thursday, December 07, 2006 3:30 PM Subject: RE: [amibroker] Jurik Moving Average JMA Hello, Did you try the Tilson's T3 and Alan Hull's MA? Both are available in afl. Before buying and expensive formula you might want to try find

RE: [amibroker] Jurik Moving Average JMA

2006-12-07 Thread Herman
Message - From: Herman To: amibroker@yahoogroups.com Sent: Thursday, December 07, 2006 3:30 PM Subject: RE: [amibroker] Jurik Moving Average JMA Hello, Did you try the Tilson's T3 and Alan Hull's MA? Both are available in afl. Before buying and expensive formula you might want to try find

Re: [amibroker] Jurik Moving Average JMA

2006-12-07 Thread M. Smith
Herman I get an error when I put this inta amibroker. Anyone else have a problem. get back. - Original Message - From: Herman To: amibroker@yahoogroups.com Sent: Thursday, December 07, 2006 11:25 AM Subject: RE: [amibroker] Jurik Moving Average JMA function

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-07 Thread Bruce Hawkins
@yahoogroups.com *Sent:* Thursday, December 07, 2006 11:25 AM *Subject:* RE: [amibroker] Jurik Moving Average JMA function HullMaFunction( P, Periods, Delay ) { X = 2 * WMA(P,round(Periods/2)) - WMA(P,Periods); HullMA = WMA(X,round(sqrt(Periods))); HullMA = Ref(HullMA

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-07 Thread Rakesh Sahgal
. - Original Message - *From:* Herman [EMAIL PROTECTED] *To:* amibroker@yahoogroups.com *Sent:* Thursday, December 07, 2006 11:25 AM *Subject:* RE: [amibroker] Jurik Moving Average JMA function HullMaFunction( P, Periods, Delay ) { X = 2 * WMA(P,round(Periods/2)) - WMA(P,Periods); HullMA

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-07 Thread M. Smith
Bruce, will you please type exactly what you pasted? Maybe I have some part wrong somehow. Only what you pasted. - Original Message - From: Bruce Hawkins To: amibroker@yahoogroups.com Sent: Thursday, December 07, 2006 1:02 PM Subject: Re: [amibroker] Jurik Moving Average JMA