PureBytes Links
Trading Reference Links
|
Hi, Ed,
Is it possible to export the trades to a cvs type of file? I feel it
should be possible using fputs, but I don't know how. If you have time
could you help me with this?
Thanks,
Ken
--- In amibroker@xxxxxxxxxxxxxxx, "Edward Pottasch" <empottasch@xxx>
wrote:
>
> hi Chris,
>
> I use HTLM format. The daily statement is Emaild to me everyday.
Then I just use the mouse to select all yesterdays trades, copy them
and paste in the output.txt file. I find that all the data necessary
is in that HTML Email I receive from IB.
>
> The code I posted is actually meant for you to change it for your
own needs. I track a few parameters that are specific for my system
and are probably not very usefull for you. If you understand how the
AFL code works then it is easy to adjust for your needs.
>
> Thanks for the suggestion of Tradekeeper. I will have a look,
>
> regards, Ed
>
>
>
>
> ----- Original Message -----
> From: christos_mav
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Monday, June 11, 2007 10:09 PM
> Subject: [amibroker] Re: Trade Log for Amibroker and IB
>
>
> Hi Ed
>
> yes you have right .. i try it and it funktion now ... very good.
>
> i have also one question about how you copy the data .
> ok i want to say with it , when i for example download the
> daily statements from ib . i have 3 possibilitys.. exel, word and
html .
> what you take...
> i ask this because some rows of the data are not in the daily
> statement. This means you manualy select the data you need to bring
> them into this form..
> ABX 2007-05-09, 11:00:00 ISLAND -56 31.2800 1,751.68 -1.00 0.00 P .
>
> There is for example a software **Tradekeeper&dataclipper** you could
> find the link on the site from IB. With this software you could read
> the daily or monthly statements from IB and export them in excel.
>
> but the data looks a little bit diferent than this what you use to
> import in AB.
> so when you change your software to read this data you will have less
> work ...
> what do you thing ..
> regards chris
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Edward Pottasch" <empottasch@>
> wrote:
> >
> > hi Chris,
> >
> > I know now what is the matter. It is the date settings on your
> computer. I have them set to English (US). Because you are in Europe
> you probably have them set differently.
> >
> > Datetime() in Amibroker uses system settings. So either you set your
> system settings to English (US) or tell me what you use so that I can
> adjust a few lines,
> >
> > Ed
> >
> >
> >
> >
> > ----- Original Message -----
> > From: christos_mav
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Saturday, June 09, 2007 9:19 AM
> > Subject: [amibroker] Re: Trade Log for Amibroker and IB
> >
> >
> > Hi Ed
> >
> > Yes bad time comes and goes :)
> > It looks like i had thinked its very good.
> > I have send also this code to the guys of the support in hopping
> > i will find my failure.
> > ( I hope you dont have a problem with this)
> > I think this is realy a good think to implement fix in the software.
> > and i dont know if i am the only one find this important.
> >
> > ok today i could not solve my problem
> > i have to go to family issues :)
> > there is a wedding of a friend of me and maybee tomorrow
> > i will have a clearer mind.
> >
> > regards
> > chris
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Edward Pottasch" <empottasch@>
> > wrote:
> > >
> > > Chris,
> > >
> > > with the AFL code I can plot a few things. I show 2, the graph of
> > the theoretical return + real return (started tracking this on
May/9,
> > before I tracked this stuff with Excel which cost me a lot of
time. As
> > you see my system having a bad period hehehe ... system is flat,
I am
> > making a some money). Then the other chart is normalised cumulative
> > delta (the difference between the open price en the entry / exit
> > price). If this number is negative it means that I am performing
> > better than my theoretical system. A number of -0.1 means 0.1% per
> > trade better than the theoretical system.
> > >
> > > rgds, Ed
> > >
> >
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|