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 : Book: Hit And Run Trading by Jeff Cooper -- Ignore unavailable to you. Want to Upgrade?


To: Paul who wrote (150)2/13/1998 1:39:00 PM
From: Darth Trader  Read Replies (1) | Respond to of 438
 
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.