PureBytes Links
Trading Reference Links
|
You could use "open interest" or "turnover" field for that. For instance, I put "number of trades" in "open interest" field in my entire stock database. ASCii importer help file is here:
http://www.amibroker.com/guide/d_ascii.html
Please experiment with ASCii import first because when you get to stuff that no one else is doing there might still be some undetected bugs lurking around. For instance some time ago if you tried to import ASCii data with these three fields only:
Ticker,Date,OpenInt
OpenInt data would not get imported. I'm not sure if this has been fixed.
Lesmond
--- In amibroker@xxxxxxxxxxxxxxx, "Charles Stangor" <cstangor232@xxxx> wrote:
>
> Mike:
>
> What if you were to use one of the futures variables -- for instance
> pointvalue? This variable'd be otherwise empty for stocks, but could be
> entered in the information screen for each equity. You can then call it,
> for instance:
>
> float = pointvalue.
>
> I'm not sure it would work for you but it might.
>
> chuck
>
> ----- Original Message -----
> From: "mikelaurataylor" <mikelaurataylor@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, November 06, 2005 5:09 PM
> Subject: [amibroker] storing and using FLOAT data
>
>
> > I've been working on some scans for stocks w/ mid to low level floats
> > and comparing them to the days volume.
> >
> > I have a large text file w/ float data in this type of format...
> >
> > AA,50000000
> > ABC,60000000
> > etc....
> >
> > and for each stock I look through the file for the symbol and grab
> > the float during the running of my scan/explore code.
> >
> > Unfortunately, while it is not terrible, it IS slower than other
> > scans/explores I've done.
> >
> > I was wondering if there was a way to bring in and store the float
> > data somewhere in the AmiBroker database and then access it while
> > running the scans/exlores. In other words, I'm looking for a field
> > I could use and access within the AmiBroker database where I could
> > store the float for each stock.
> >
> > Any suggestions?
> >
> > THanks
> >
> > Mike
> >
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|