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 (6860)9/26/1998 5:19:00 PM
From: Ken Adams  Read Replies (1) | Respond to of 11149
 
Gary,

I just downloaded the latest QP2.exe, installed it without problems, then downloaded the new "virtual" but it won't install.

I get the same error message just noted in the previous post. My virtual program is running like a top, so I can live without this latest upgrade. But, I thought you should know something isn't right.

Ken



To: Gary Lyben who wrote (6860)9/28/1998 3:43:00 PM
From: Bob Jagow  Respond to of 11149
 
Gary,
The latest QP2 build tends to abort scans [and kill the module]
for no apparent reason. For example:
-------
// mod to print all maxima
//input = "3k+vol.lst";
output = "allhi+lo.lst";
daystoload = 2200;
daysrequired = 1; // new build requires
Integer firstbar, bar;
float maxHi, minLo;
firstbar:= ((DaysLoaded-1)*-1);
maxHi:= max(0, firstbar, cl);
minLo:= min(0, firstbar, cl);
Print symbol,",",maxHi:7:3;
for bar = 0 to firstbar step -1 do // historic uptrend so step -1 for hi
if close(bar) >= maxHi then
print ",",date(bar);
if bar != firstbar then // guard against end of loop
if max(bar-1, firstbar, cl) < maxHi then
bar:= firstbar; // exit the loop
endif;
endif;
endif;
next bar;
print ",",minLo:7:3;
for bar = 0 to firstbar step -1 do // step 1 dies
if close(bar) <= minLo then
print ",",date(bar);
bar:= firstbar; // exit the loop
endif;
next bar;
Println;
------
Anyone see a reason for this? -Bob



To: Gary Lyben who wrote (6860)9/28/1998 8:23:00 PM
From: Magnatizer  Read Replies (1) | Respond to of 11149
 
Gary

I have the virtual working now on my PC and it seemed to be working fine yesterday. Today when I run the prescan (which I export into MS for further scanning) the scan is sticking on !ADR. I do not have the "do not update dialog while running" box checked.

I run three prescans and it appears all run but get no hits. While it appears they are running the window is stuck on the !ADR and does not move through securities. At the end it has no error to report and it just shows the windows with no stocks in them. What do I need to do?

thanks
david