StockFetcher Forums · Public Filter List · RSI/Demarker Reversal<< >>Post Follow-up
SurfnDestiny
78 posts
msg #40077
Ignore SurfnDestiny
1/10/2006 6:24:16 AM

Fetcher[
Show stocks where volume is > 40000
DeMarker(7) crossed below .000001
and rsi(5) < 8
add column rsi(5)
add column demarker(7)

]




The Key is to look at the charting of the RSI(5) and Demarker(7) signals. When both are on the bottom line of the chart, a reversal will soon occur in price. It may be for one day, or for a multiple day trend. RSI(5) is most important. Make sure it touches the bottom chart line.



JohnyYuma
60 posts
msg #40088
Ignore JohnyYuma
1/10/2006 1:40:15 PM

what exactly you mean by "When both are on the bottom line of the chart"

Sorry for being ignorant

Thanks


SurfnDestiny
78 posts
msg #40099
Ignore SurfnDestiny
1/10/2006 4:28:31 PM

Run the filter, and go look at the chart for the stocks that it picks. you will see the demarker line touching the 0 value line. This has to be so, because of the command of values less than .000001. You also are looking for the RSI(5) line to be touching the 0 value line. But in practical terms RSI(5) rarely will ever equal 0, or below 1. Thats why the filter has an RSI(5) value of 8 or less. But eyeballing the chart you want to look for RSI(5) to look like its touching the 0 line. If any daylight exists between the 0 line and the RSI(5) line, then you probably want to avoid buying in just yet, or until the lines converge, even though RSI(5) is not at 0.

If you run the filter and then add an offset days command at the beginning, then vary the number of days of the offset, this in effect is a way to backtest any filter for performance. You can see with your own eyes as you look at the charts, and change the days value, how any filter`s picks perform. This filter is for generally a short term reversal. Maybe only a 1 day bounce. A good rule of thumb is to set your chart length for 3 months, to look over the performance.

Fetcher[offset 20 days
Show stocks where volume is > 40000
DeMarker(7) crossed below .000001
and rsi(5) < 8
add column rsi(5)
add column demarker(7)
]





JohnyYuma
60 posts
msg #40104
Ignore JohnyYuma
1/10/2006 6:09:15 PM

SurfnDestiny

Thanks


SurfnDestiny
78 posts
msg #47056
Ignore SurfnDestiny
9/19/2006 12:33:44 PM

I`ve made some slight changes to bring in more hits

Show stocks where volume is > 40000
DeMarker(7) crossed below .1
and rsi(5) < 6
add column rsi(5)
add column demarker(7)


SurfnDestiny
78 posts
msg #47580
Ignore SurfnDestiny
modified
10/24/2006 6:17:14 PM

I eliminated the cross below on the demarker signal

Fetcher[offset 10 days
price > .10
volume > 40000 over the last 5 days
DeMarker(7) < .1
and rsi(5) < 5
add column rsi(5)
add column demarker(7)
]













StockFetcher Forums · Public Filter List · RSI/Demarker Reversal<< >>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.