PureBytes Links
Trading Reference Links
|
Thanks. I'll take a look at that indicator although I think I'm
doing something a little different. I've noticed that some very
successful traders seem to like to trade on low float stocks that
have high volume, so I'm scanning for stocks that have a volume (on
a given day or consecutive days) higher than a certain % of their
float.
I'll look at QP2 / 3 but I've got a few sources for float data
already so I'm hoping to find a way just to store it internally so
my scan goes a bit faster.
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, eric paradis
<thechemistrybetweenus@xxxx> wrote:
>
> I think you can just subscribe to QP2 /3 and they have
> fields for that which you can query for all 8000 us
> stocks. Maybe Ill try it if I get time.
>
> Are you trying to build a float turnover indicator,
> because I believe its been done and is in the library,
> built by steve wiser.
>
> --- mikelaurataylor <mikelaurataylor@xxxx> wrote:
>
> > 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
> >
> >
> >
> >
>
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
------------------------ 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/
|