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] |
SwingTradingWindow
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: |
TradingWindow 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 > 30 AND PDI10 > MDI10 AND |
to be sure the stock is still in an uptrend | ||
| HIGH < SMAC5 | the stock must be experiencing a decline/pullback within the context of a uptrend | ||
Type(s): |
swings |
long |
|
| MAV20 >=500000 AND CLOSE>7 AND ADX10 > 30 AND PDI10 > MDI10 AND HIGH < SMAC5 |
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: |
TradingWindow 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 > 30 AND PDI10 < MDI10 AND |
to be sure the stock is still in an downtrend | ||
| LOW > SMAC5 | the stock must be experiencing a RALLY within the context of a DOWNtrend | ||
Type(s): |
swings |
short |
|
| MAV20 >=500000 AND CLOSE>7 AND ADX10 > 30 AND PDI10 < MDI10 AND LOW > SMAC5 |
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] |