Home > SwingLab > Cross

Cross

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:
CROSS
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)  
  SMAC5 > SMAC15 AND to be sure the stock is still in an uptrend  
  CLOSE < SMAC5 AND CLOSE > SMAC15 AND the CROSS: close below the 5-day simple moving average and close must be above the 15-day simple moving average  
  HIGH<HIGH1 AND to be sure that we are still in a minor pullback, so we can long swing it afterwards  
  CLOSE > OPEN to be sure that the buyers are in control before the last trading day, the stock closed up for the day  
Type(s):
swings
long
 
  MAV20 >= 500000 AND CLOSE >12 AND SMAC5 > SMAC15 AND CLOSE < SMAC5 AND CLOSE > SMAC15 AND HIGH<HIGH1 AND CLOSE > OPEN

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:

1
SwingTracker©

Title:
CROSS
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)  
  SMAC5 < SMAC15 AND to be sure the stock is still in an downtrend  
  CLOSE > SMAC5 AND CLOSE < SMAC15 AND the CROSS: close above the 5-day simple moving average and close must be below the 15-day simple moving average  
  LOW > LOW1 AND to be sure that we are still in a minor rally, so we can short swing it afterwards  
  CLOSE < OPEN to be sure that the sellers are in control before the last trading day, the stock closed down for the day  
Type(s):
swings
short
 
  MAV20 >=500000 AND CLOSE>12 AND SMAC5< SMAC15 AND CLOSE> SMAC5 AND CLOSE < SMAC15 and LOW > LOW1 and CLOSE < OPEN

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

Community Picks

EMCI CME FCN POT AAPL XLE LFC GIS V




Try Swingtracker free for 30 days