SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: Nine_USA who wrote (2638)12/6/1997 8:57:00 AM
From: Nine_USA  Read Replies (1) | Respond to of 11149
 
The following is output from a Release 1 QPlus scan.

(Symbol) (Close) (Vol)(MoneyFlow)
ASND 28.94 301460 -855551 (day -0)
ASND 26.88 175110 -641612 (day -1)
ASND 23.62 60618 -730150 (day -2)
ASND 23.75 39502 -768037 (day -3)
ASND 25.56 33686 -731573 (day -4)
ASND 24.94 10461 -751320 (day -5)

Can someone explain why moneyflow(0) drops 213939 on day -0
when the stock rose 2 1/16 on 30.145 million shares. The Qplus
display program also shows this 213939 drop on the latest day
in Cumulative MoneyFlow with a variety of time periods (10,11,12,20,30).

I guess I don't understand what the formula for moneyflow is.

Also, as the moneyflow numbers change in the display program
when I change the number of periods (and this makes sense since
this is a cumulative variable) where is the number of periods
set when I do a scan which references moneyflow?



To: Nine_USA who wrote (2638)12/6/1997 9:14:00 AM
From: Nine_USA  Read Replies (1) | Respond to of 11149
 
In a release 1 scan which begins:

output="c:\_repday\120597al.txt"

string desc,s,exch
float x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18,x19,x20
float c0,c1,c2,c3,c4,cw,cm,cq,cy,m0,m1,m2,m3,m4,mw,mm,mq,my
float div,shares,mcap

integer i

i:=0

issuetype=common // exclude indexes until R2 so I can scale the price for values like 8000

cy:=close(-252-i)
c0:=close(0-i)
c1:=close(-1-i)

--------------------------------------------------------------------

I get this output which includes these symbols which should be
excluded as per the issuetype=common statement:

!GSCI 0 3231.96 3219.75 3261.72 3287.18 3294.23 3280.87 3571.23 3426.63 3469.62 0 0 0 0 0 0 0 0 0.00 0 0.00 0 GOLDMAN SACHS COMMODITY INDEX
!HMO 0 257.94 254.60 253.19 251.68 254.77 249.98 255.66 307.95 230.67 0 0 0 0 0 0 0 0 0.00 0 0.00 0 MORGAN STANLEY HEALTH PAYORS INDX
!NWX 0 302.63 293.95 292.02 295.43 307.75 296.09 317.20 343.29 319.55 0 0 0 0 0 0 0 0 0.00 0 0.00 0 AMEX NETWORKING INDEX
!PLN 0 633.24 626.08 614.74 613.30 618.57 598.60 593.33 528.37 423.23 0 0 0 0 0 0 0 0 0.00 0 0.00 0 PHLX AIRLINE INDEX
!RXH 0 396.61 392.89 390.22 391.65 392.25 387.38 392.02 396.48 312.24 0 0 0 0 0 0 0 0 0.00 0 0.00 0 MORGAN STANLEY HEALTH PROVIDER INDX
!RXP 0 532.86 530.85 531.31 525.28 525.91 522.10 520.24 501.79 393.19 0 0 0 0 0 0 0 0 0.00 0 0.00 0 MORGAN STANLEY HEALTH PRODUCT INDX



To: Nine_USA who wrote (2638)12/6/1997 12:32:00 PM
From: Bob Jagow  Respond to of 11149
 
Herb,
SIC is still available as a scan variable, but you can also select lists directly by SIC or IRL (Industry Monitors). IRL isn't on the list of scan variables.

>How long is the short description of each company?
-half page.

All fundamentals are downloaded on Saturday. Doubt that MG updates daily.

Since MG doesn't differentiate SmallCap, 'NASDAQ' gives the bunch.

Re 'common', looks like a bug in r1, I get your 6 plus !DJSI from
------------------
IssueType Common
close(0) > 0
------------------
Since r2 allows input="common.lst", I use the list generated from
-----------------------
Output = "common.lst";
IssueType Common;
If close(0) < 100000 then
println symbol;
endif;
-----------------------
to keep from scanning the !s each time--no !s show in the r2 output.

Bob



To: Nine_USA who wrote (2638)12/6/1997 12:46:00 PM
From: Gary Lyben  Read Replies (1) | Respond to of 11149
 
Has SIC been dropped as a data variable as it's not in the
list of variables shown at the QPlus site?


It's still in R2, just not on the web site.

Are the 200 industry groups provided by Industry Monitors
a number and a descriptive string?


The description is 2 strings, a sector and industry i.e

Information - Computers-Local Networks
Information - Computers - Health

Financial - - Banking Southeast

etc.

How long is the short description of each company? Is it
more than the name of the company in Release 1?


Same as r1

Are price to sales (PSR), and beta updated in the database
each day since they usually would change somewhat each day?
Or does the system just calculate them when scans ask for
them?


Calculated when requested.

Does the variable 'Nasdaq'(for EXCHANGE) differentiate Small Cap from National Listing, bunch them together, or just omit the
Small Cap stocks?


Not differentiated - Small cap and National are both NASDAQ

Gary