I am running QP Release 2.3, build 3.0.0.0 on Small Business Server 2003

I run the scan below each day.
The last time I ran the scan (see below ) was on 5/4/2007.

When I run a simple scan (see below)the data for symbols like MSFT
print data for 5/4/2007 which is what I expect.

Each time I run the scan below, the closing price and date for symbols
such as !ID001 are a week apart.  For example, in the scan below, the
contents of date(0) is 4/27/2007, not 5/4/2007.

When I look at a chart of !ID001 using the QP v2.3 display charts, the
data shows daily records for !ID001 up to 4/27/2007.  There is no data
for any symbol starting with !ID for 4/28 to 5/4.  

So, I am confused. Please explain how the data for the !ID symbols is
published.  Is the data for !ID symbols published weekly and then
filled in later??

(the input file below has 2 entries:  MSFT and !ID001)

=================== The scan ===================================
Output="1001_Test_ID_Stocks_Output.lst";

Input="E:\Investing Files\Quotes Plus\QPInputTest.lst";  


daystoload=300;
daysrequired=224; // must be here so RSI has enough data to calculate


if Close(-13) >= 0 AND Close(0) >= 2 then  // If there are 13 days of
data then proceed


  println symbol, ",", Date(0), "," ,Open(0), ",",High(0),",",Low(0),
",", Close(0), ",",Vol(0), ",", QRS(0), ",",ADX(0), ",",CashFlow,
",",CCI(0), ",",CumulMoneyFlow(0), ",",CUSIP, ",",DebtToEquity,
",",Dividend, ",",Downgap(0);

endif;


Reply via email to