PureBytes Links
Trading Reference Links
|
I use it. Works pretty well.
I've been programming a custom system tester for a while now (only taking a long time because I don't get to spend much time on it).
When you see the interface, you'll realise why some things are possible and others not.
A major point: Any function you write is called ONCE for the entire price data presented to it.
This means that you cannot pass back a result for one period and expect to be able to use/manipulate that result and pass it back to your function for calcuating the next period.
I bought the READ ONLY dev kit. The only thing you can't do is write out price data.
Sean
----- Original Message -----
From: darren_wood@xxxxxxxx
Date: Mon, 6 Jan 2003 09:34:50 +0000
To: <Metastockusers@xxxxxxxxxxxxxxx>
Subject: [Metastockusers] Re : C++ Programming for Metastock..........
> Does anyone program c++ for metastock. Do you use the Metastock SDK. I got
> accepted for the SDK but I didn`t want to fork out £300. Is this the only
> way ?
>
>
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> postmaster@xxxxxxxx
>
> This footnote also confirms that this email message has been checked
> for all known viruses.
>
> **********************************************************************
> SCEE 2002
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
Meet Singles
http://corp.mail.com/lavalife
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|