InvestorsHub Logo

MrBigz

11/09/11 11:38 AM

#102075 RE: Li'l Jazz #102072

MrBigz Stockcharts Scans

for each scan u can change the min\max price and volume so can be used for higher priced stocks as well.

I call this one Charger Pincher Modified (originally created in stockfetcher code by Charger but I converted it to Stockcharts and tweaked it a bit):

[type = stock] and [country is US] and [volume > 300,000] and [PPO Line(12,26,9) <= -5.0] and [ADX Line(14) > 30.0] and [RSI(5) > 29] and [RSI(5) > yesterday's RSI(5)]and [RSI(2) < 69] and [Close > 0.0003]and [Close < 0.04]
-------------------------------------------------------------------

Another one that has its roots from one of Charger's scans but I tweaked and fine tuned it. :-)

I call this one Charger RSI Modified:

[type = stock] and [country = us] and [Volume > 949,999] and [Close > 0.0001] and [Close < 0.05] and [RSI(5) >= 30] and [yesterday's RSI(5) < 29] and [2 days ago RSI(2) < 28] and [EMA(2,volume) > SMA(8,volume)]
-----------------------------------------------------------------

I call this one Pincher Modified 2:

[type = stock] and [country is US] and [volume > 900,000] and [PPO Line(12,26,9) <= -5.0] and [ADX Line(14) > 20.0] and [stoch RSI(5) >= stoch RSI(10)] and [Close < 0.05]and [Close > 0.0001] and [RSI (2) < 70.0] and [RSI (2) > yesterday's RSI (2)]
-----------------------------------------------------------------

I call this one StochRSI Ready:

[type = stock] and [volume > 1,300000] and [country is US] and [Close > 0.0001] and [Close < 0.05] and [2 day's ago Stoch RSI(10) <= 0.20] and [Stoch RSI(10) > 0.20] and [Stoch RSI(20) > 0.05] and [Stoch RSI(30) > 0.05] and [Close > Open] and [Williams %R (14) > yesterday's Williams %R (14)]

-----------------------------------------------------------------

I call this one EMA 5-10-13 Almost Ready:

[type = stock] and [country = us] and [daily ema(5,daily close) >= daily ema(10,daily close)] and [daily ema(5,daily close) <= daily ema(21,daily close)] and [Volume > 1,549,999] and [Close > 0.0004] and [Close < 0.04] and [RSI(14) > yesterday's RSI(14)]
------------------------------------------------------------------

I have several more scans but not gonna give away all my secrets. Haha

But seriously, a couple of the ones above are my favs

cheers,

MrBigz