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 : Charts for Quick CASH $$$ -- Ignore unavailable to you. Want to Upgrade?


To: Carlton G Glenn who wrote (5801)1/22/1998 8:02:00 PM
From: Galirayo  Read Replies (1) | Respond to of 9262
 
Hi, Carl. After 8:00est ...

usually 9:00.

Try this to Reduce your Secondary Scan Input list.
It'll save you HOURS when you are Writing and Testing.

// List Reducer FAST by Ray Cunningham
// Save it as 111Fast.scn
// Remove or add the "//" to add or Rem out the line
// Change it to suit your needs
// Add the line ...
// input = "111Fast.lst"
// to your next Scan

exchange nyse,amex,nasdaq

//Set STOCHASTIC =<%K Value>,<%D Value>
//Set Stochastic = 16,14

PE>-100
PE<100

/// Between a 1.00 & 15 dollar stock
Close(0) >=1.00
Close(0) <=15

// And 30,000 shares average volume
AvgVol(0,-29) >= 300

// Volume today is greater than the Avg Vol last 29 Days
AvgVol(-1,-29) < Vol(0)

//HasOptions = True

// K% Fast Line is Flat or Increasing
StochasticPctK (0) >= StochasticPctK(-1)