Gary,
The column in question is a QP2 Println generated QRS column of numbers. Here is the scan generating the QRS column:
// Set a medium term stochastic set stochastic = 21,4,3;
input="Weekly.lst"; output="stcrssdn.lst";
if StochasticPctK(0) < StochasticPctD(0) and StochasticPctK(-1) > StochasticPctD(-1) then
println Symbol , "," , " Close:", Close(0) , "," , " Vol:", vol(0) , " , " , " PE:", PE , " , " , " QRS:", QRS(0) , "," , " Sharesfloat:", Sharesfloat , "," , description; endif;
Is there something here that is creating my problem??
Thanks.. Rashid |