PureBytes Links
Trading Reference Links
|
dAVID i think there is no option for seraching files in yahoo groups
file section. so please help us to find ur studies in other ways.
--- In amibroker@xxxxxxxxxxxxxxx, "David Jennings"
<davidjennings@xxx> wrote:
>
> If I supply the complete link you will load the file to your
screen which may not be what you want so go to the files section and
search on: Moving average studies
>
>
> ----- Original Message -----
> From: how97
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, April 25, 2008 12:02 PM
> Subject: [amibroker] Re: ZeroLag TEMA
>
>
> I can not find any of your files that you apparently uploaded.
Could
> you please provide the exact link? Thank you.
>
> how97
>
> --- In amibroker@xxxxxxxxxxxxxxx, "David Jennings"
> <davidjennings@> wrote:
> >
> > I've been watching this conversation with interestas I did
quite a
> lot of work on low lag MAs a while ago. I have put some study
> results in the files section for your perusal.
> > ----- Original Message -----
> > From: Ed Fast
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Thursday, April 24, 2008 8:49 PM
> > Subject: RE: [amibroker] Re: ZeroLag TEMA
> >
> >
> >
> > Ton,
> >
> > Thanks for the information.
> >
> > Ed
> >
> >
> >
> > ----------------------------------------------------------
> -----------
> > From: amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Ton Sieverding
> > Sent: Thursday, April 24, 2008 12:23 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] Re: ZeroLag TEMA
> >
> >
> > function HullMaFunction( P, Periods, Delay )
> > {
> > X = 2 * WMA(P,round(Periods/2)) - WMA(P,Periods);
> > HullMA = WMA(X,round(sqrt(Periods)));
> > HullMA = Ref(HullMA,-Delay);
> > return HullMa;
> > }
> >
> > Regards, Ton.
> >
> > ----- Original Message -----
> > From: Ed Fast
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Thursday, April 24, 2008 9:14 PM
> > Subject: RE: [amibroker] Re: ZeroLag TEMA
> >
> >
> >
> > Ton,
> >
> > is the HMA a public domain formula. I know that JMA is not.
> >
> > Ed
> >
> >
> >
> > ----------------------------------------------------------
> ---------
> > From: amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Ton Sieverding
> > Sent: Thursday, April 24, 2008 11:37 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] Re: ZeroLag TEMA
> >
> >
> > I did not say available but you may give Jurik an email and
> order your version. For me HMA is as good as JMA ...
> >
> > Regards, Ton.
> >
> > ----- Original Message -----
> > From: Debdulal Bhattacharyya
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Wednesday, April 23, 2008 8:22 PM
> > Subject: [amibroker] Re: ZeroLag TEMA
> >
> >
> > JMA code is available???? can you post it plz?
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Ton Sieverding"
> > <ton.sieverding@> wrote:
> > >
> > > Yes I did. Just try the TEMA extreme values with say 100
> days and
> > look what happens ... I prefer HMA of JMA etc.
> > >
> > > Regards, Ton.
> > >
> > >
> > > ----- Original Message -----
> > > From: enochbenjamin
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Sent: Tuesday, April 22, 2008 10:38 PM
> > > Subject: [amibroker] ZeroLag TEMA
> > >
> > >
> > > In the may issue of Technical Analysis of Stocks &
> Commodities
> > there
> > > is an article titled "The Quest For Reliable Crossovers"
> that
> > provides
> > > the code for a Zero Lag TEMA trading system. I downloaded
> the
> > code
> > > that Thomas provided and have been running some tests and
> it
> > looks
> > > pretty impressive.
> > >
> > > Has any one else had a chance to experiment with this
> puppy?
> > >
> >
> >
> >
> >
> >
> > No virus found in this incoming message.
> > Checked by AVG.
> > Version: 7.5.524 / Virus Database: 269.23.3/1393 - Release
> Date: 4/23/2008 8:12 AM
> >
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG.
> > Version: 7.5.524 / Virus Database: 269.23.3/1393 - Release
> Date: 4/23/2008 8:12 AM
> >
> >
> >
> >
> >
> > No virus found in this incoming message.
> > Checked by AVG.
> > Version: 7.5.524 / Virus Database: 269.23.3/1393 - Release
Date:
> 4/23/2008 8:12 AM
> >
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG.
> > Version: 7.5.524 / Virus Database: 269.23.3/1393 - Release
Date:
> 4/23/2008 8:12 AM
> >
>
------------------------------------
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|