PureBytes Links
Trading Reference Links
|
You can do that in two ways,
you can store the historical bid/ask arrays just like any persistent
variables, in a text file which you will read and load into AB. it
would be a bit slow.
or you can store it as a binary file using a dll, and read it into
back into memory when required, that is considerably faster, though
not quite as fast as accessing the price fields.
/Paul.
--- In amibroker@xxxxxxxxxxxxxxx, "clay_croft" <dtz168@xxx> wrote:
>
> Thanks Tomasz. Is it possible to get historical bid/ask value
arrays
> in AFL if I have a historical level 1 database?
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@>
> wrote:
> >
> > Hello,
> >
> > GetRTData("Bid");
> > GetRTData("Ask");
> >
> > http://www.amibroker.com/f?getrtdata
> >
> > These are streaming real time values.
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "clay_croft" <dtz168@>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Tuesday, December 16, 2008 12:32 PM
> > Subject: [amibroker] Re: Can I use Level 1/Level 2 data in
> Amibroker?
> >
> >
> > > Thanks sidhartha70. How can I get access to level 1 bid/ask in
> AFL?
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "sidhartha70" <sidhartha70@>
> > > wrote:
> > >>
> > >> I'm pretty sure, just level 1.
> > >>
> > >> --- In amibroker@xxxxxxxxxxxxxxx, "clay_croft" <dtz168@>
wrote:
> > >> >
> > >> > Is it possible to use level 1/2 data in Amibroker, if I can
> > > connect to
> > >> > a data source which provides historical level 1/2 data?
> > >> >
> > >>
> > >
> > >
> > > ------------------------------------
> > >
> > > **** IMPORTANT ****
> > > This group is for the discussion between users only.
> > > This is *NOT* technical support channel.
> > >
> > > *********************
> > > TO GET TECHNICAL 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
> > >
> > >
> > >
> >
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|