PureBytes Links
Trading Reference Links
|
Thanks for the quick reply the code worked like a charm. can someone
modify this to find stocks that have gained 7% two days in a row.
and also how to add a column that shows precent gain for the day.
thanks again
--- In
amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
>
> How is this for starters
>
> Gain7pc = c/ref(c,-1) >= 1.07;
>
> filter=gain7pc;
> addcolumn(c,"close",1.2);
>
> the rest is copying and getting the details right
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://e-wire.net.au/~eb_kavan/ab_write.htm
>
>
>
> On 11/18/05, imresident2001 <imresident2001@xxxx> wrote:
> > Hi Im a total noob and was wondering if some one could be kind
enough
> > to help me with the following exploration from my eod database.
> >
> > all the stocks that have gained 7% and a separate one for all
that
> > have lost 7% on the previous trading day. and to include the
following
> > columns: symbol, closingprice, volume, price change, and percent
> > change.
> > Thanks really appreciate it
> >
> >
> >
> >
> >
> >
> > 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/
|