StockFetcher Forums · Filter Exchange · Trend reversal filter<< >>Post Follow-up
StigmaII
2 posts
msg #35566
Ignore StigmaII
4/10/2005 10:12:50 PM

I am new and trying to use this to help with trend reversals. Any suggestions would be helpful.

Stocks with daily average volume over 500000
and Stocks with price greater than 30
and 10Day MA greater than 20Day MA and 20Day MA greater than 30Day MA
and stock price higher than 3 days ago
and 10Day MA less than 20Day MA and 20Day MA less than 30Day

I get syntax error on line 4. How am I not using the fetcher filter properly?
If there are modifications that can be helpful, what are they?

Thanks in advance
StigmaII


corsino
259 posts
msg #35567
Ignore corsino
4/10/2005 10:45:40 PM

Try " price greater than 3 days ago "


ham1198
174 posts
msg #35577
Ignore ham1198
4/12/2005 1:18:07 PM

Try Jeff Cooper's Hit & Run Trading strategy:

REVERSAL NEW HIGH METHOD

Show stocks where Day Range(5) is the largest range of the past 5 days
and high reached a new 12 week high
and high is above high 1 day ago
and low is below low 1 day ago
and ADX(14) is above 25
and close is above $30.00
and average volume(30) is above 250,000 shares

/* Columns */
add column trail 15 day high {STOP}
add column ptaker {Take Profit}

/* Charting */
draw y on plot close
draw ptaker on plot close
draw trail 15 day high on plot close
draw rsi(7)
do not draw trail

/* Variables */
set {atr2,2 * average true range(10)}
set {llv20,low 20 day low + atr2}
set {y,llv20}
set {trail,close - atr2}
set {ptaker,cema(high,13)+atr2}



StockFetcher Forums · Filter Exchange · Trend reversal filter<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.