PureBytes Links
Trading Reference Links
|
I have to check, but on a laptop I had some
old data (not updated for awhile) that I used for code testing, there
I had Volume=0 for indices like ^RUT.
--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxxx> wrote:
> You earlier said " on a laptop under Win XP, same AB 4.70 rc1 I
seem to get
> results for all entries on the same WL where desktop falters."
> Any explanation other than operator error?
>
> -----Original Message-----
> From: dalengo [mailto:dalengo@x...]
> Sent: Thursday, March 10, 2005 11:24 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] (solved): AA processes only fraction of WL
>
>
>
>
> Thanks TJ (and Graham)!
> Problem solved: following your advice I checked the Yahoo DB and
the
> code.
> Some of Yahoo DJ indices that I check produced some (meaningless)
> Volume !=0 data for the last few session, that were absent before
> (like ^RUT). Therefore, my simple filter used for tickers with and
> without volume has cut them off, since they of course have C>30 as
a
> rule:
> ----------8<-------------------------------------------------------
--
> if( LastValue(MA(V,50)) > 0)
> Filter = LastValue(MA(V,50))>100000 AND LastValue(MA(C,22))<30;
> else
> Filter = 1;
> ----------8<-------------------------------------------------------
--
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/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/
|