StockFetcher Forums · Filter Exchange · BUYING THE DIP<< 1 ... 2 3 4 5 6 ... 8 >>Post Follow-up
miketranz
956 posts
msg #113546
Ignore miketranz
5/19/2013 9:17:41 AM

Here's one of the best "dip" filters I've ever came across,based on the SPY index.It works with uncanny accuracy.However,you must be psychologically prepared to enter a position in extreme negative sentiment,100% against popular opinion....................symlist(SPY)
set{longposition, count(stochastics %K(9,1) below stochastics %D(9,1,7),1)}
set{shortposition, count(stochastics %K(9,1) above stochastics %D(9,1,7),1)}

add column longposition
add column shortposition
draw stochastics %K(9,1) on plot stochastics %D(9,1,7)


boston
58 posts
msg #113548
Ignore boston
5/19/2013 11:15:38 AM

Fetcher[symlist(SPY)
set{longposition, count(stochastics %K(9,1) below stochastics %D(9,1,7),1)}
set{shortposition, count(stochastics %K(9,1) above stochastics %D(9,1,7),1)}

add column longposition
add column shortposition
draw stochastics %K(9,1) on plot stochastics %D(9,1,7)
]




miketranz
956 posts
msg #113549
Ignore miketranz
5/19/2013 3:55:04 PM

Thank you Boston...

four
5,087 posts
msg #113550
Ignore four
modified
5/19/2013 4:07:14 PM

make it clickable

Enclose the code inside brackets [ ] and place the word FETCHER in front. For example:

Fetcher[close between 10 and 45]





mahkoh
1,065 posts
msg #113567
Ignore mahkoh
modified
5/20/2013 5:50:53 PM

Looking at the drawdown on HES and THC which recently triggered one would say that there is improvement to be made on the entries in this filter. I decided to run three backtests spanning a year, from 2012/5/18 to 2013/5/18 and put the trades together in an excelsheet to play around with.

There were no restrictions on the number of positions held, max 3 new positions per day. Max hold 20 days.
I first deleted the positions that were still open ( about 4 for every run, so 12 trades in total) and then disregarded the three highest and lowest results.
Then I looked at results after waiting for an extra pullback of 0.5 %, 1 % , 1.5 % and 2 % before opening a position.

Originally there were: 282 trades, 74 % profitable, average win 1.60 % ,average drawdown -3.66 %, on avg 10 days in trade
0.5 % extra pullback: 244 trades, 72 % profitable, average win 1.72 % ,average drawdown -3.68 %
1.0 % extra pullback: 208 trades, 72 % profitable, average win 1.85 % ,average drawdown -3.80 %
1.5 % extra pullback: 175 trades, 72 % profitable, average win 1.84 % ,average drawdown -3.97 %
2.0 % extra pullback: 155 trades, 75 % profitable, average win 1.88 % ,average drawdown -3.96 %

Edit: I removed the "days in trade" statistics after the pullbacks as there is no way for me to know when the trade was entered.

mdmink
8 posts
msg #113588
Ignore mdmink
5/21/2013 6:09:56 PM

An impressive feature of the equity curve is the performance during 2008 and thru March 2009. Anyone anticipating a correction in this market between now and Oct.15 should be able to trade this with some confidence through the summer months.

mktmole
325 posts
msg #113696
Ignore mktmole
5/25/2013 1:43:43 PM

@ Kevin, Re msg pg1:

"But you should see they day trading system I have been testing over the last few months ... now that equity curve would have you breathing heavy."

With anticipation, any follow up info/scan details to share?
tks
rgds,
mm

dknoonan
27 posts
msg #113697
Ignore dknoonan
5/25/2013 1:58:40 PM

What cautionary steps would be good to take before pulling the trigger on a BUY? Would you scan for news on the stock? See if an earnings statement is about to come out? (how is that done?) Wait and see if the stock rises after the first couple hours of the day? Does it help to know how the particular sector is doing, or the overall S&P 500 ? Or are those last two statistically insignificant?

Thanks for any advice.

SAFeTRADE
630 posts
msg #113700
Ignore SAFeTRADE
5/25/2013 3:16:27 PM

Could try thids on leading etf's.

Fetcher[
symlist(spy,dia,qqq,ijh,ijr,iwb,iwm,iwv,ivw,ijk,ijt,ive,ijj,ijs,dvy,rsp,fxb,fxe,fxy,xly,xlp,xle,xlf,xlv,xli,xlb,xlk,iyz,xlu,ewa,ewz,ewc,fxi,ewq,ewg,ewh,inp,ewi,ewj,eww,ewp,rsx,ewu,efa,eem,ioo,eeb,dbc,uso,ung,gld,slv,shy,ief,tlt,agg,bnd,tip)

SET{perf1A, close 192 days ago}
SET{perf1b, close / perf1a}
SET{perf, perf1b - 1}
SET{var1, perf*100}


/*ROC(7,1) crossed below -2
ROC(80,1) above 60*/
close above MA(200)
add column var1{rank}
add column buy
add column xit
sort on column 5 descending

draw ROC(7,1) line at 0
draw ROC(80,1) line at 5
draw williams %r(14) line at -60
draw xit on plot buy


set{buy1, count(roc(7,1) crossed above 0 in the last 1 day,1)}/* with williams %r(14) at or above -25*/
set{xit, count(roc(7,1) crossed below 0 in the last 1 day,1)}/* with williams %r(14) at or below -25*/
set{wr14, count(williams %r(14) between -60 and 0,1)}
set{buy, count(buy1 > 0,1) * count(wr14 > 0,1)}
]



All ideas for this scan belong to Kevin.

jackmack
334 posts
msg #113736
Ignore jackmack
5/28/2013 9:01:32 AM

SAFeTRADE - just wondering why a close192 days ago?
Kevin has show that the 3 month look back period appears optimal for rotation in major classes (IWM-SPY ect).
Was there something about 192 days in sectors that stood out vs. shorter time periods?
Just curious
Thank you

StockFetcher Forums · Filter Exchange · BUYING THE DIP<< 1 ... 2 3 4 5 6 ... 8 >>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.