Paul, Quotes Plus Data has to converted to MetaStock format. The rub is that the 11,000 symbols will go into 38 files, which is difficult to read by SuperCharts. The first time I used Dial Data and ran the Cooper setups on the entire universe of stocks, I had 1,000 stocks that fired H&R indicators! It is much simpler to use Q+ to screen stocks than try to program SC to do it. Believe me you don't want to use Dial Data.
The Q+ scan that I have using
//start // 40 day Hi Scan // Find a new 40 day high AllGroup // All Conditions Must Be Met Exchange Nasdaq // NASDAQ Stocks Only IssueType = Common // Common Stocks Only Loop(0,-10) // go back 10 days Close(0) > Max(-1 , -40 , cl) Vol(0) >500 // = 50,000 Close(0)>20 //gave 344 on 020298 data //428 on 2/9 //479 on 2/10 //506 on 2/11 //513 on 2/12 // end
Convert those 513 selection to MS format, along with 2 years of historical data. Run those through SuperCharts. The buy Lists that I have been posting would have those stocks that have fired the 1,2,3,4 setup. I hope I answered your question, be careful out there. |