StockFetcher Forums · Filter Exchange ·  Stochastics 19/89 and Spider ETFs<< >>Post Follow-up
tmuesing
30 posts
msg #144388
Ignore tmuesing
modified
8/12/2018 11:20:51 AM

Here's a filter using Stochastics for entry/exit for the spider ETFs.
Modifications are welcomed.

Submit
Fetcher[
/* Spider ETFs, stochastics 19/89 */
symlist(EFA,QQQ,SPY,XHB,XLB,XLE,XLF,XLI,XLK,XLP,XLU,XLV,XLY,XOP,XRT)

/* the triggers */
set{inn1, count(stochastic(12,3,3) %K crossed above 19,1)}
set{out1, count(stochastic(12,3,3) %K crossed below 89,1)}

/* calculating days in or out */
set{daysinn, days(inn1 > 0.5,200)}
set{daysout, days(out1 > 0.5,200)}
set{daysmin, MIN(daysinn,daysout)}
set{mmm, count(daysinn > daysout,1)}
set{nnn, mmm * -1}
set{inout1, daysmin * nnn}
set{ooo, count(daysinn <= daysout,1)}
set{inout2, daysinn * ooo}
set{inout, inout1 + inout2}

draw inn1
draw out1
draw MA(50)
draw Stochastic(12,3,3) %K line at 19
draw Stochastic(12,3,3) %D line at 89
add column inout
add column stochastic(12,3,3) %K
sort on column 5 descending
Chart-time is 1 year
]




StockFetcher Forums · Filter Exchange ·  Stochastics 19/89 and Spider ETFs<< >>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.