SwingLabs
[ Intro | Action | Copy/Paste ]
[ SWINGS : FORCE + Revival + Triangle + Cross + 1-2-3-4 + Window ]
[ BREAKOUT : Bowl Pattern ]
[ REVERSAL : ClimaxO + Reverse ]
[ YOURS : EarlOdell + GaryLBlue + JohnT + Truswell + Rob1 + Rob2 + TravisWitcher ]
Scan Functions Library
having some ideas/codes to share with use? need help in coding?
ADD YOURS HERE...
| "Who Else Wants Powerful Real-Time Scanning And Charting Software For The Same Price As A Daily Cup Of Coffee?" Check it out now...[AD] |
Bowl Pattern Breakouts
searching for common factors in last year's big winners, Sharon Yamanaka found:
1. Breakout out of 25-week highs
2. Lower-priced stocks
3. Small- to micro-cap companies
4. Institutional ownership
Title: |
BOWL PATTERN EOD |
We use this scan to search for stock that has been in an uptrend but experiencing a minor decline/pullback. With this scan we try to detect stocks for potential long swing trades. |
|
Code: |
CLOSE > 2 AND CLOSE < 80 AND | price raneg: $2 to $80 | |
| MarketCap > 50 AND MarketCap < 500 AND | market cap: micro- to mid-range, $50-$500 million | ||
| HIGH > MAX250_1 AND | new high breakout 52 weeks | ||
| Instpct > 1 AND Instpct < 70 AND | institutional holdings %: 1-70% | ||
| VOLUME > MAV40 * 2 AND | volume 40-day average: +100% | ||
Type(s): |
swings |
long |
|
| ((((CLOSE > 2 AND CLOSE < 80 and MarketCap > 50 AND MarketCap < 500) and HIGH > MAX250_1) and Instpct > 1 AND Instpct < 70) and VOLUME > MAV40 * 2) |
copy the code from the left into your clipboard (CTRL-C) and paste the code into SwingTracker (CTRL-V) see how to copy/paste and have fun!!! |
now lets get this thing into a Real-Time Opportunity Seeker...
Title: |
BOWL PATTERN EOD |
We use this scan to search for stock that has been in an uptrend but experiencing a minor decline/pullback. With this scan we try to detect stocks for potential long swing trades. |
|
Code: |
CLOSE > 2 AND CLOSE < 80 AND | price raneg: $2 to $80 | |
| MarketCap > 50 AND MarketCap < 500 AND | market cap: micro- to mid-range, $50-$500 million | ||
| DayHgh> MAX250 AND | new high breakout 52 weeks | ||
| Instpct > 1 AND Instpct < 70 AND | institutional holdings %: 1-70% | ||
| DayVolume > MAV40 * 2 | volume 40-day average: +100% | ||
Type(s): |
swings |
long |
|
| ((((CLOSE > 2 AND CLOSE < 80 and MarketCap > 50 AND MarketCap < 500) and DayHigh > MAX250) and Instpct > 1 AND Instpct < 70) and DayVolume > MAV40 * 2) |
copy the code from the left into your clipboard (CTRL-C) and paste the code into SwingTracker (CTRL-V) see how to copy/paste and have fun!!! |
Only trade what you like !
Example:

Start Your 4 Weeks FREE Trial NOW!!!
SwingLabs
[ Intro | Action | Copy/Paste ]
[ SWINGS : FORCE + Revival + Triangle + Cross + 1-2-3-4 + Window ]
[ BREAKOUT : Bowl Pattern ]
[ REVERSAL : ClimaxO + Reverse ]
[ YOURS : EarlOdell + GaryLBlue + JohnT + Truswell + Rob1 + Rob2 + TravisWitcher ]
Scan Functions Library
having some ideas/codes to share with use? need help in coding?
ADD YOURS HERE...
| "Who Else Wants Powerful Real-Time Scanning And Charting Software For The Same Price As A Daily Cup Of Coffee?" Check it out now...[AD] |