PureBytes Links
Trading Reference Links
|
Alan,
I'm very interested in this feature. Have you succeeded in modifying the
code?
Nick
----- Original Message -----
From: "alan_davidson2" <alan_davidson2@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, May 13, 2004 4:31 PM
Subject: [amibroker] Re: System development tutorial by Herman van den
Bergen
> Thanks Herman,
>
> My email is alan_davidson2@xxxxxxxxx
>
> Regards,
> Alan
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
> <psytek@xxxx> wrote:
> > Yes, i have the code, just tell me where to email it to. It was one
> of my
> > first attempts at VB macros so i am sure some of you can improve on
> it.
> >
> > herman
> >
> > -----Original Message-----
> > From: alan_davidson2 [mailto:alan_davidson2@x...]
> > Sent: Wednesday, May 12, 2004 4:20 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Re: System development tutorial by Herman
> van den
> > Bergen
> > Importance: High
> >
> >
> > Herman,
> >
> > Do you still have the raw VBA code? We could modify the code
> > ourselves. (I'm assuming we can't decompile an XLA file.)
> >
> > Regards,
> > Alan
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
> > <psytek@xxxx> wrote:
> > > Yes, Al, that is what i pointed in the previous email in this
> > thread, sorry
> > > I don't have time to change it....
> > >
> > > herman
> > > -----Original Message-----
> > > From: Al Venosa [mailto:advenosa@x...]
> > > Sent: Wednesday, May 12, 2004 2:20 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] System development tutorial by Herman
> > van den
> > > Bergen
> > > Importance: High
> > >
> > >
> > > Herman:
> > >
> > > Your 3D Excel optimizer only works with AB's old optimizer,
> not
> > the new
> > > one with all the extra columns. You wrote it to create the 3D
> > graphs for the
> > > last 2 columns, and since the portfolio optimizer creates a lot
> > more columns
> > > than the old optimizer of AB, it doesn't select the correct
> > columns. Just
> > > thought you should know.
> > >
> > > Al Venosa
> > > ----- Original Message -----
> > > From: Herman van den Bergen
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Sent: Wednesday, May 12, 2004 10:05 AM
> > > Subject: RE: [amibroker] System development tutorial by
> Herman
> > van den
> > > Bergen
> > >
> > >
> > > Please optimize this test code:
> > >
> > > Pd1=Optimize("Pd1",2,2,20,1);
> > > Pd2=Optimize("Pd2",2,2,20,1);
> > > Buy=Cross( MACD(PD1), Signal(Pd2) );
> > > Sell = Cross( Signal(Pd2), MACD(Pd1) );
> > > Short=Sell;
> > > Cover=Buy;
> > >
> > > Right click over the result table and select copy. Open
> Excel,
> > > left-click on "AB Optimizer" and select "New Setup". Paste
> > Amibroker Result
> > > in the "AB-Results" work-sheet in Excel at A1. Click "AB
> Optimizer"
> > and
> > > click "Make 3D Charts".
> > >
> > > Good luck,
> > > herman
> > > -----Original Message-----
> > > From: Herbert Elstein [mailto:herty@x...]
> > > Sent: Wednesday, May 12, 2004 10:48 AM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] System development tutorial by
> > Herman van den
> > > Bergen
> > > Importance: High
> > >
> > >
> > > Herman
> > >
> > > Thanks, in fact I'm not backtesting, just wanted to see
> the
> > way it
> > > shows the 3D's. I would have made a primitive system for
> > optimization. I
> > > have the 4.5 version.
> > >
> > > Herbert
> > > ----- Original Message -----
> > > From: Herman van den Bergen
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Sent: Wednesday, May 12, 2004 3:37 PM
> > > Subject: RE: [amibroker] System development tutorial by
> > Herman van
> > > den Bergen
> > >
> > >
> > > The macro may only work on old type (v4.4)
> optimizations,
> > how are
> > > you backtesting?
> > >
> > > herman.
> > > -----Original Message-----
> > > From: Herbert Elstein [mailto:herty@x...]
> > > Sent: Wednesday, May 12, 2004 10:10 AM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] System development tutorial
> by
> > Herman van
> > > den Bergen
> > > Importance: High
> > >
> > >
> > > Hi Herman,
> > >
> > > I tried downloading your 3D macro, the download is ok
> but
> > the XL
> > > shows gibberish; any idea?
> > >
> > > Thanks
> > > Herbert
> > > ----- Original Message -----
> > > From: Herman van den Bergen
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Sent: Tuesday, May 11, 2004 9:54 PM
> > > Subject: RE: [amibroker] System development
> tutorial by
> > Herman
> > > van den Bergen
> > >
> > >
> > > You will have to download and install the 3D
> charting
> > Macro
> > > from:
> > >
> > >
> > > http://finance.groups.yahoo.com/group/amibroker/files/Herman%
> 20van%
> > 20den%20B
> > > ergen/AB3DCharts.zip
> > >
> > > and install it in Excel. It has been awhile since i
> > installed
> > > anything in Excel but I think it is simply a matter of copying
> the
> > unzipped
> > > macro into:
> > >
> > > C:\Program Files\Microsoft Office\Office\XLStart
> > >
> > > and restart Excel. You'll see an Menu item in Excel
> > named AB
> > > Optimizer, click on the help sub item for more info.
> > >
> > > Good luck,
> > > herman
> > > -----Original Message-----
> > > From: alan_davidson2 [mailto:alan_davidson2@x...]
> > > Sent: Tuesday, May 11, 2004 3:21 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] System development tutorial
> by
> > Herman van
> > > den Bergen
> > > Importance: High
> > >
> > >
> > > As a newbie, I'm trying to work my way through the
> > excellent
> > > tutorial
> > > from the AB Web site.
> > >
> > > Can someone tell me how to get the test results
> into
> > Excel, so
> > > that I
> > > can use the 3D charting macro.
> > >
> > > Regards,
> > > Alan
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > >
> > >
> > > 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
> > >
> > >
> > >
> > > ----------------------------------------------------------------
> ----
> > --------
> > > --
> > > Yahoo! Groups Links
> > >
> > > a.. To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/amibroker/
> > >
> > > b.. To unsubscribe from this group, send an email to:
> > > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> > >
> > > c.. Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of
> > Service.
> >
> >
> >
> > 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
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> >
> > --------------------------------------------------------------------
> --------
> > --
> > Yahoo! Groups Links
> >
> > a.. To visit your group on the web, go to:
> > http://groups.yahoo.com/group/amibroker/
> >
> > b.. To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
>
> 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
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|