PureBytes Links
Trading Reference Links
|
Thanx
I wrote a reformatter in java last night that triggers the .vbs code.
Turns out it was pretty fast, so problem solved :-D
Peter
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxx> wrote:
>
> Looking at the docs for "format" it appears that there is no
provision for
> the time in your format. Since you're writing it in vbs it would be
simple
> to reformat your raw to match a format of your own design or one of
the
> predefined ones, then import that reformatted file, No?
>
> d
>
> > -----Original Message-----
> > From: amibroker@xxxxxxxxxxxxxxx
> > [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of bjarheim1
> > Sent: Monday, September 03, 2007 9:58 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] No suitable Ascii Importer format
> >
> > Hi
> >
> > I'm currently building my own "Real time" importer with a
> > Visual Basic
> > script (.vbs) using URLGet.exe and Amibroker ascii importer.
> > I'm really
> > stuck when trying to figure out what "format" to use for my
> > tick file.
> > This because the tick file is tab separated and uses at
> > date/time stamp
> > (called time) instead for a separated date and time.
> > Can anyone help???
> >
> > ???
> > $FORMAT Date_YMD,Time,Close,Volume,skip,skip,skip,skip
> > ????
> >
> >
> > Example of the raw tick file (for Golden Ocean Group in Oslo
Stock
> > Exchange is):
> >
> >
> > time price quantity board source buyer seller
> > 20070903T081506 30.1 2500 Official
> > MLI MLI
> > 20070903T083723 30.1 5124 Official
> > DNM DNM
> > 20070903T090310 29.9 1000 Auto trade
> > DDB NON
> > 20070903T090310 29.9 8000 Auto trade
> > FS NON
> > 20070903T090310 29.9 2000 Auto trade
> > FS NON
> > 20070903T090310 29.9 4000 Auto trade
> > CA NON
> > 20070903T090310 29.9 2000 Auto trade
> > CA ND
> > 20070903T090310 29.9 10000 Auto trade
> > CA NON
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
>
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/
|