PureBytes Links
Trading Reference Links
|
No, AFAIK.
The time we need for
//Scan all stocks all quotations
AddToComposite(MACD()>0,"~P_MACD","V");
Buy=0;
it is the equal to the time for
//Explore all stocks for the n=1 last quotations
Filter=1;AddColumn(MACD()>0,"P_MACD");
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, Frank Wang <frankwang60@xxxx> wrote:
> Hi Dimitris,
>
> Very nice design. Is there any way to save the scan
> results so that daily evaluation will take less time?
> Thanks.
>
> Frank
>
> --- DIMITRIS TSOKAKIS <TSOKAKIS@xxxx> wrote:
> > With AddToComposite() function.
> > Dimitris Tsokakis
> > --- In amibroker@xxxxxxxxxxxxxxx, "frankwang60"
> > <frankwang60@xxxx>
> > wrote:
> > > Hi,
> > >
> > > New to the AmiBroker. I wonder if variables can
> > be used across
> > each
> > > stock. For example, I want to do a statistic on
> > how many stocks on
> > > NYSE are above 50 day MA. The AFL script code is
> > executed for each
> > > stock. But, how can I add up all the issues that
> > are above 50 day
> > > MA? Further, after accumulating the statistics
> > over a period of
> > > time, how can I display it as an indicator under
> > the SP-500 index?
> > >
> > > Thanks in advance.
> > >
> > > Frank
> >
> >
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th
> http://taxes.yahoo.com/filing.html
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|