PureBytes Links
Trading Reference Links
|
<2x speed improvement>
I benchmarked my own VB 6.0 backtesting software against Amibroker.
The specs for the backtest included full QP2 database over a 3000 bar
period. Stradegy was the same for both pieces of software (I'm trying
to switch to AB, so I want to be sure I have matching results.)
Run time for VB 6.0 = 972 seconds
Run time for C++ = 838 seconds
Computer speed is 1.7 mhz.
Not a 2x speed improvement.
I would express the opinion that if you already know VB 6.0 and don't
know C++, you might have a steep learning curve ahead of you.
JMO... Phsst
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> You could expect:
> - 2x speed improvement
> - automatic syntax highlighting of your functions exported from C++ DLL.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: <gmulhall@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, March 02, 2003 11:22 AM
> Subject: [amibroker] Developer Kit
>
>
> > Hi,
> >
> > I've built a COM object using Visual Basic. All works well but I'm
> > wondering how much improvement I could expect by recoding and
> > recompiling in C++.
> >
> > Any ideas anyone ?
> >
> > Thanks,
> >
> > Geoff
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > --------------------------------------------
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
> >
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|