Home > SwingLab > ForceSwings

ForceSwings

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:
FORCESWING
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)  
  CLOSE > SMAC10 and CLOSE > SMAC20 AND to be sure the stock is still in an uptrend  
  HIGH < HIGH1 and HIGH1 < HIGH2 AND the stock must be experiencing a 3 day decline/pullback within the context of a uptrend  
  FORCE3<=0 AND FORCE13>=0 AND the short term battle is now won by the bears, but still the bulls are in control of the longer-term battle  
  ADX20>30 to be sure the stock is still in an trending  
Type(s):
swings
long
 
  MAV20 >=500000 AND CLOSE>12 AND FORCE3<= 0 AND FORCE13>=0 AND ADX20>30 AND HIGH < HIGH1 and HIGH1 < HIGH2 AND CLOSE > SMAC10 and CLOSE > SMAC20

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:
FORCESWING
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)  
  CLOSE < SMAC10 and CLOSE < SMAC20 AND to be sure the stock is still in an downtrend  
  LOW > LOW1 and LOW1 > LOW2 AND the stock must be experiencing a 3 day RALLY within the context of a DOWNtrend  
  FORCE3>=0 AND FORCE13<=0 AND the short term battle is now won by the bulls, but still the bears are in control of the longer-term battle  
  ADX20>30 to be sure the stock is still in an trending  
Type(s):
swings
short
 
  MAV20 >=500000 AND CLOSE>12 AND FORCE3>=0 AND FORCE13<=0 AND ADX20>30 AND LOW >LOW1 and LOW1 > LOW2 AND CLOSE < SMAC10 and CLOSE < SMAC20

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 > ForceSwings

Community Picks

EMCI CME FCN POT AAPL XLE LFC GIS V




Try Swingtracker free for 30 days