StockFetcher Forums · Filter Exchange · ERSI and MA(50)/MA(200) ideas<< >>Post Follow-up
DMOBRIEN
363 posts
msg #86601
Ignore DMOBRIEN
1/19/2010 9:02:45 PM

The ERSI filter could be used intraday or as a swing trade and the second one is a work in progress. May change to ma's in the second filter to 100 day and 25. Hitting the performance tab for the second filter yields good results and a solid win/loss ratio.

Fetcher[set {ersiavg, sum(eRSI(15,7), 50) / 50}
SET{VAR1,INDPOSITION(ersiavg,8) * 100}
ersi(15,7) > ersiavg
var1 > 25
ersi(15,7) crossed above ersiavg
draw macd
]



and ...

Fetcher[set{pos50,indposition(vma(50),21) * 100}
set{pos200,indposition(vma(200),21) *100}
pos50 < 10 last 3 days
pos200 > 90 last 3 days
set{diff,pos200 - pos50}
set{diff3,diff 3 days ago}
set{diff8,diff 8 days ago}
set{diff11,diff 11 days ago}
add column diff
add column diff3
add column diff8
add column diff11
draw vma(50)
draw vma(200)
do not draw vma(50)
do not draw vma(90)
draw ma(50)
draw ma(200)
draw macd
average volume(50) > 50000
price > .10
]






StockFetcher Forums · Filter Exchange · ERSI and MA(50)/MA(200) ideas<< >>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.