Swing Trading Strategies & Stock Picks Since 2003



Watch Trading Videos for FREE now!
draw trend
Home > SwingLab > 1234 by Sam Beckers

1234 by Sam Beckers

Font Size:
Text size
Text size
Text size

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]

Swings
the stock must be experiencing a minor decline/pullback
within the context of a uptrend
or
the stock must be experiencing a minor rally as part of a downtrend

Title:
1-2-3-4 LONG
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:
MAV20 >=500000 AND we stay away from stocks that trade less than 500,000 shares of the 20-day Volume Average to ensure liquidity (sometimes we use 250,000 instead, depending on market conditions)  
  CLOSE>12 AND to be sure we do not trade cheap stocks (sometimes we use 7$ instead, depending on market conditions)  
  (ADX10+ADX20)/2 > 30 to be sure the stock is trending  
  (PDI10+PDI20)>(MDI10+MDI20) to be sure the stock is still in an uptrend  
  LOW< LOW1 and LOW1< LOW2 AND HIGH< HIGH1 and HIGH1< HIGH2 the stock must be experiencing a 3 day decline/pullback within the context of a uptrend  
Type(s):
swings
long
 
  MAV20 >=500000 AND CLOSE>12 AND ( ADX10+ ADX20)/2 > 30 AND ( PDI10+ PDI20)>( MDI10+ MDI20) AND LOW< LOW1 and LOW1< LOW2 AND HIGH< HIGH1 and HIGH1< HIGH2

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 !

Title:
1-2-3-4 SHORT
We use this scan to search for stock that has been in an downtrend but has experiencing a minor rally.
With this scan we try to detect stocks for potential short swing trades.
 
Code:
MAV20 >=500000 AND we stay away from stocks that trade less than 500,000 shares of the 20-day Volume Average to ensure liquidity (sometimes we use 250,000 instead, depending on market conditions)  
  CLOSE>12 AND to be sure we do not trade cheap stocks (sometimes we use 7$ instead, depending on market conditions)  
  (ADX10+ADX20)/2 > 30 to be sure the stock is trending  
  (PDI10+PDI20)<(MDI10+MDI20) to be sure the stock is still in an downtrend  
  LOW> LOW1 and LOW1> LOW2 AND HIGH> HIGH1 and HIGH1> HIGH2 the stock must be experiencing a 3 day RALLY within the context of a DOWNtrend  
Type(s):
swings
short
 
  MAV20 >=500000 AND CLOSE>12 AND ( ADX10+ ADX20)/2 > 30 AND ( PDI10+ PDI20)<( MDI10+ MDI20) AND LOW> LOW1 and LOW1> LOW2 AND HIGH> HIGH1 and HIGH1> HIGH2

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 !

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]


Back to top

Home > SwingLab > 1234 by Sam Beckers