FREE Members Newsletter
Get
instant access to my #1-Rated
Swing and Day Trading Newsletter For FREE and MORE by typing in your Name and Primary Email below:
Privacy
Policy: *Your name and e-mail
will NEVER be sold - we hate spam as much as
you do. You can unsubscribe from our e-mails
at ANY TIME. Your selections
look every bit as good if not better than subcriptions sites that
charge up to $100/month... Paul
Bondy, USA I should be paying
you! Paul J. Krupin, USA
"Who Else Wants
Powerful Real-Time Scanning And Charting Software For The Same Price As
A Daily Cup Of Coffee?"Check
it out now...
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!!!