[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] IB Plug-in



PureBytes Links

Trading Reference Links




Yes, 
Al, that is what i pointed in the previous email in this thread, sorry I 
don't have time to change it....
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>herman

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: Al Venosa 
  [mailto:advenosa@xxxxxxxxxxxx]Sent: Wednesday, May 12, 2004 2:20 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker] 
  System development tutorial by Herman van den BergenImportance: 
  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
  <BLOCKQUOTE dir=ltr 
  >
    ----- Original Message ----- 
    <DIV 
    >From: 
    Herman van den 
    Bergen 
    To: <A title=amibroker@xxxxxxxxxxxxxxx 
    href="">amibroker@xxxxxxxxxxxxxxx 
    Sent: Wednesday, May 12, 2004 10:05 
    AM
    Subject: RE: [amibroker] System 
    development tutorial by Herman van den Bergen
    
    <FONT face=Arial color=#0000ff 
    size=2>Please optimize this test code:
    <FONT face=Arial color=#0000ff 
    size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>Pd1=Optimize("Pd1",2,2,20,1);Pd2=Optimize("Pd2",2,2,20,1);
    <FONT face=Arial color=#0000ff 
    size=2>Buy=Cross( MACD(PD1), Signal(Pd2) );Sell = Cross( Signal(Pd2), 
    MACD(Pd1) );Short=Sell;Cover=Buy;
    <FONT face=Arial color=#0000ff 
    size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>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".
    <FONT face=Arial color=#0000ff 
    size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>Good luck,
    <FONT face=Arial color=#0000ff 
    size=2>herman
    
      <FONT face=Tahoma 
      size=2>-----Original Message-----From: Herbert Elstein 
      [mailto:herty@xxxxxxxxxxxx]Sent: Wednesday, May 12, 2004 10:48 
      AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: 
      [amibroker] System development tutorial by Herman van den 
      BergenImportance: 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
      <BLOCKQUOTE dir=ltr 
      >
        ----- Original Message ----- 
        <DIV 
        >From: 
        Herman van den 
        Bergen 
        To: <A 
        title=amibroker@xxxxxxxxxxxxxxx 
        href="">amibroker@xxxxxxxxxxxxxxx 
        
        Sent: Wednesday, May 12, 2004 3:37 
        PM
        Subject: RE: [amibroker] System 
        development tutorial by Herman van den Bergen
        
        <FONT face=Arial color=#0000ff 
        size=2>The macro may only work on old type (v4.4) optimizations, 
        how are you backtesting?
        <FONT face=Arial color=#0000ff 
        size=2> 
        <FONT face=Arial color=#0000ff 
        size=2>herman.
        
          <FONT face=Tahoma 
          size=2>-----Original Message-----From: Herbert Elstein 
          [mailto:herty@xxxxxxxxxxxx]Sent: Wednesday, May 12, 2004 
          10:10 AMTo: <A 
          href="">amibroker@xxxxxxxxxxxxxxxSubject: 
          Re: [amibroker] System development tutorial by Herman van den 
          BergenImportance: High
          Hi Herman,
           
          I tried downloading your 3D macro, the 
          download is ok but the XL shows gibberish; any idea?
           
          Thanks
          Herbert
          <BLOCKQUOTE dir=ltr 
          >
            ----- Original Message ----- 
            <DIV 
            >From: 
            Herman van 
            den Bergen 
            To: <A 
            title=amibroker@xxxxxxxxxxxxxxx 
            href="">amibroker@xxxxxxxxxxxxxxx 
            
            Sent: Tuesday, May 11, 2004 
            9:54 PM
            Subject: RE: [amibroker] System 
            development tutorial by Herman van den Bergen
            
            <FONT face=Arial color=#0000ff 
            size=2>You will have to download and install the 3D charting Macro 
            from:
            <FONT face=Arial color=#0000ff 
            size=2> 
            <FONT face=Arial color=#0000ff 
            size=2><A 
            href="">http://finance.groups.yahoo.com/group/amibroker/files/Herman%20van%20den%20Bergen/<A 
            href="">AB3DCharts.zip<FONT 
            color=#000000> 
            <FONT face=Arial color=#0000ff 
            size=2> 
            <FONT face=Arial color=#0000ff 
            size=2>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:
            <FONT face=Arial color=#0000ff 
            size=2> 
            <FONT face=Arial color=#0000ff 
            size=2>C:\Program Files\Microsoft 
            Office\Office\XLStart
            <FONT face=Arial color=#0000ff 
            size=2> 
            <FONT face=Arial color=#0000ff 
            size=2>and restart Excel. You'll see an Menu item in Excel named AB 
            Optimizer, click on the help sub item for more 
            info.
            <FONT face=Arial color=#0000ff 
            size=2> 
            <FONT face=Arial color=#0000ff 
            size=2>Good luck,
            <FONT face=Arial color=#0000ff 
            size=2>herman
            
              <FONT 
              face=Tahoma size=2>-----Original Message-----From: 
              alan_davidson2 [mailto:alan_davidson2@xxxxxxxxx]Sent: 
              Tuesday, May 11, 2004 3:21 PMTo: 
              amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] System 
              development tutorial by Herman van den 
              BergenImportance: HighAs 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,AlanSend BUG 
              REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
              suggest@xxxxxxxxxxxxx-----------------------------------------Post 
              AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
              (Web page: <A 
              href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
              group FAQ at: <A 
              href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
              Send BUG REPORTS to 
              bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
              suggest@xxxxxxxxxxxxx-----------------------------------------Post 
              AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
              (Web page: <A 
              href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
              group FAQ at: <A 
              href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
              Send BUG REPORTS to 
          bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
          suggest@xxxxxxxxxxxxx-----------------------------------------Post 
          AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web 
          page: <A 
          href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
          group FAQ at: <A 
          href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
          Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 
          SUGGESTIONS to 
          suggest@xxxxxxxxxxxxx-----------------------------------------Post 
          AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web 
          page: <A 
          href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
          group FAQ at: <A 
          href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
          Send BUG REPORTS to 
      bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
      suggest@xxxxxxxxxxxxx-----------------------------------------Post 
      AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
      <A 
      href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
      group FAQ at: <A 
      href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
      Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 
      SUGGESTIONS to 
      suggest@xxxxxxxxxxxxx-----------------------------------------Post 
      AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
      <A 
      href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
      group FAQ at: <A 
      href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
      Send BUG REPORTS to 
  bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  


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 the Yahoo! Terms of Service.