StockFetcher Forums · Filter Exchange · the simpliest most accurate filter<< 1 2 >>Post Follow-up
optionplayer333
801 posts
msg #111550
Ignore optionplayer333
2/20/2013 3:54:12 PM

all you do is have etf pairs that track the spy gold silver oil>

symlist(spy,sso,sds,gld,dzz,slv,zsl,dia,dxdsco,oil)
the buy signal and sell signal is when the sets cross each other with the daily rsi(2)>even more accurate if you use the 2 and 4 hours on TOS market watch> on the dail yesterday sds was 53% and the spy was 47%>

roperwin47
3 posts
msg #111615
Ignore roperwin47
2/21/2013 6:53:58 PM

can you show the syntax code for your system? if yes, please write like a third grader could understand...

thanks!

marine2
963 posts
msg #111839
Ignore marine2
2/27/2013 10:10:44 PM

Apparently, he couldn't do that for us. More hype than fact I guess.

karennma
8,057 posts
msg #111849
Ignore karennma
2/28/2013 7:54:49 AM

@roper
Try this ..
(3rd grade level LOL!)
It's the same filter, I just removed the metals.
Cut & paste, then back test to Feb. 25, 2013.
Works like a charm.
:>)

symlist(sco,sds,dxd) /*tops*/
/*THEN*/
symlist(spy,dia,sso) /*bottoms*/


Cheese
1,374 posts
msg #111860
Ignore Cheese
2/28/2013 9:31:22 AM

Here is my version of optionplayer333's suggestion:

Fetcher[
/* SPY BULLISH WHEN SSO AND SDS DIVERGE */

symlist(spy)
and chart-time is 6 months

set{close_SDS,ind(SDS,close)}
set{close_SSO,ind(SSO,close)}
draw close_SDS on plot close_SSO

/*
set{close_GLD,ind(GLD,close)}
set{close_DZZ,ind(DZZ,close)}
draw close_DZZ on plot close_GLD
*/

/*
set{close_ZSL,ind(ZSL,close)}
set{close_SLV,ind(SLV,close)}
draw close_ZSL on plot close_SLV
*/

/*
set{close_DXD,ind(DXD,close)}
set{close_DIA,ind(DIA,close)}
draw close_DXD on plot close_DIA
*/

/*
set{close_SCO,ind(SCO,close)}
set{close_OIL,ind(OIL,close)}
draw close_SCO on plot close_OIL
*/
]




or, you can simply use Joanne Klein's charts:
http://stockcharts.com/public/1107832/chartbook/272453398;
http://stockcharts.com/public/1107832/chartbook/250386237;
http://stockcharts.com/public/1107832/chartbook/250386396;
http://stockcharts.com/public/1107832/chartbook/276777717;
http://stockcharts.com/public/1107832/chartbook/250426080;

GLTA

SAFeTRADE
644 posts
msg #111864
Ignore SAFeTRADE
modified
2/28/2013 10:21:01 AM

My attempt at such a filter. Add or subtract to your pleasure. These signals are all on the long side.

Fetcher[
symlist(spy,sso,sds,gld,dzz,slv,zsl,dia,dxd,sco,oil,xiv,vxx)
draw rsi(2)

set{sso2, IND(sso, rsi(2))}
set{sds2, IND(sds, rsi(2))}
set{gld2, IND(gld, rsi(2))}
set{dzz2, IND(dzz, rsi(2))}
set{slv2, IND(slv, rsi(2))}
set{zsl2,IND(zsl, rsi(2))}
set{dia2, IND(dia, rsi(2))}
set{dxd2, IND(dxd, rsi(2))}
set{sco2,IND(sco, rsi(2))}
set{oil2,IND(oil, rsi(2))}
set{xiv2,ind(xiv, rsi(2))}
set{vxx2,ind(vxx, rsi(2))}

set{spyx, count(sso2 crossed above sds2 in the last 1 day,1)}
set{gldx, count(gld2 crossed above dzz2 in the last 1 day,1)}
set{slvx, count(slv2 crossed above zsl2 in the last 1 day,1)}
set{diax, count(dia2 crossed above dxd2 in the last 1 day,1)}
set{oilx, count(oil2 crossed above sco2 in the last 1 day,1)}
set{xivx, count(xiv2 crossed above vxx2 in the last 1 day,1)}

add column spyx
add column gldx
add column slvx
add column diax
add column oilx
add column xivx
draw sds2 on plot sso2
draw dzz2 on plot gld2
draw zsl2 on plot slv2
draw dxd2 on plot dia2
draw sco2 on plot oil2
draw vxx2 on plot xiv2
]










karennma
8,057 posts
msg #111921
Ignore karennma
3/1/2013 9:40:41 AM

LQQK @ SDS this morning.
This is a very bearish signal for the market.
Two days ago, it was @ $49. -- now it's going back to $49?
That's f)_* up.


four
5,087 posts
msg #112673
Ignore four
modified
4/5/2013 4:19:37 PM

karennma,

SDS

Did you take the trade (3/1/2013 9:40:41 AM)?

karennma
8,057 posts
msg #112701
Ignore karennma
4/9/2013 8:43:31 AM

@ Four,

Unfortunately, I have recently incurred an enormous financial setback, so I am not trading.
And, no, I did not buy SDS.
I do not indulge in Proshares' scams.


drew9
171 posts
msg #112709
Ignore drew9
4/9/2013 5:59:04 PM

Did anyone bother to backtest this filter? Using only SSO long for example and assuming that it crossed RSI(2) 50 from below yields the following results for the last two years. Exit was just the reverse with entries/exits at the next open. Not what I consider to be an accurate filter especially since the market has rallied substantially higher.

Test started on 2011-04-05 ended on 2013-04-05, covering 502 days
Filter used:
SSO Test (saved filter))

Trade Statistics
There were 80 total stocks entered. Of those, 80 or 100.00% were complete and or 0.00% were open.
Of the 80 completed trades, 37 trades or 46.25%resulted in a net gain.
Your average net change for completed trades was: 0.05%.
The average draw down of your approach was: -1.76%.
The average max profit of your approach was: 2.78%
The Reward/Risk ratio for this approach is: 1.04
Annualized Return on Investment (ROI): 3.22%, the ROI of ^SPX was: 8.17%.

Equity Summary
Starting Account Value: $100,000.00 Fees per trade: $8.95
Ending Account Value: $99,903.65. Cash: $-0.26 Market value of holdings at end: $99,903.91 (paid: $97,636.30)

StockFetcher Forums · Filter Exchange · the simpliest most accurate filter<< 1 2 >>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.