PureBytes Links
Trading Reference Links
|
MSDK is only the tip of the iceberg and it costs $$$. It only
contains the 'hooks' to get into MS. You will also need to acquire
(more $$$ + learn) a programming language.
When faced with this problem, I found another TA program called
AmiBroker. It has an array based(like MS) language -AFL- that has all
of the things I wished MS had plus the ability to embed JavaScript and
Visual Basic code. It is shareware so you can try it out without
paying any money. It has a very active discussion group here on Yahoo.
NOW to the topic. I have written a regression fit to a quadratic in
the AmiBrokers native AFL. The QFit function has been incorporated
into several indicators I currently use for trading.
I am still active in the local San Diego MetaStock group. I will be
attending the monthly meeting in July and would like to offer your dll
to the group of ~25.
Please send me the dll file or the URL where I can get it.
Thanks,
Ed Hoopes
ReefBreak_SD@xxxxxxxxx
--- In equismetastock@xxxxxxxxxxxxxxx, mgf_za_1999 <no_reply@xxxx> wrote:
> Hi there,
>
> Sounds interesting and powerful. As a matter of interest, where do
> you obtain the MSDK and is it free?
>
> Regards
> MG Ferreira
> TsaTsa EOD Programmer and trading model builder
> http://www.ferra4models.com
> http://fun.ferra4models.com
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "thewacg" <thewacg@xxxx> wrote:
> > Hello All,
> >
> > Some time ago I posted a question concerning how one might contruct a
> > quadratic regression in the Metastock Formula Language. I decided
> > to 'bite the bullet' and write a DLL that does just that using the
> > MSDK.
> > I've gotten so 'jazzed' by the computational freedom that the MSDK
> > gives me that I've been writing all sorts of DLLs to do things I
> > could
> > only do by C&Ping between EXCEL and other apps. - Like orthogonal
> > decomposition of time series, Fourier Analysis of non-uniformly
> > spaced
> > data (ie. cummulative volume), etc. etc. I've been thinking about
> > launching a web site for my growing collection of Metastock DLLS.
> > In any event, the parabolic or quadratic regression tool is
> > completely
> > and utterly free. You can plot the coefficients A,B,C (ie. A+Bx+Cx^2)
> > or use the regression in place of the garden variety
> > data 'smoothers'.There are some extra embellishments I'm thinking
> > about
> > but I haven't gotten around to the code.
> > Send me an e-mail and I'll send a copy. I don't know how or if Yahoo
> > mail accounts handle attachments if that is the only e-mail you use.
> > Regards,
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|