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: Gary Lyben who wrote (6054)8/18/1998 11:18:00 PM
From: Craig Monroe  Read Replies (1) | Respond to of 11149
 
Help needed with volume scaling

I need some help with outputting QP2 data to "real" MetaStock format.
Seems all of my stocks have a precipitous drop in volume on the same day
and then stay low. For example, Dell on 8/11 had a volume of 19051200 and all
days previous are similar. On 8/12 Dell has a volume of 114279.

I regularly delete and recreate directories to allow QP's corrections to
show up on my charts. Seems like different multipliers are being applied to
volume bases on whether I output based on the following scan and different
volumes result when QP automatically updates my data (volume scaling set to
100's). Should I set it to 1's? Thanks.

Scan used to export data from QP2
// OUTPUT ALL SYMBOLS TO METASTOCK FORMAT

Output="symbolms.lst";
exchange=amex,nyse,nasdaq;
ProcessMS="c:\_allstok", MSDATA;

if Close(-1) >= 0 then

println symbol , "," , description;

endif;



To: Gary Lyben who wrote (6054)8/19/1998 10:11:00 PM
From: TechTrader42  Respond to of 11149
 
Thanks, Gary. Scans now output the IRL Group numbers without any problems. Thanks for the fix.

Brooke