StockFetcher Forums · Public Filter List · Really Simple Market Timing Filter<< >>Post Follow-up
SAFeTRADE
630 posts
msg #146948
Ignore SAFeTRADE
3/16/2019 12:06:58 PM

Fetcher[
set{diacls, ind(dia,close)}
set{spycls, ind(spy,close)}
set{qqqcls, ind(qqq,close)}

set{x, diacls + spycls}
set{totindex, x + qqqcls}
set{tot_ma13, cma(totindex,13)}

set{index_rsi, crsi(totindex,2)}

set{diava, diacls / totindex}
set{diaval, totindex * diava}

set{spyva, spycls / totindex}
set{spyval, totindex * spyva}

set{qqqva, qqqcls / totindex}
set{qqqval, totindex * qqqva}

set{exit_market, count(close crossed below ma(13),1)}
set{exit_indices, count(totindex crossed below tot_ma13,1)}



add column spycls
add column diacls
add column qqqcls

draw totindex on plot tot_ma13


draw index_rsi line at 70
draw index_rsi line at 20

draw rsi(2) line at 70
draw rsi(2) line at 20

add column exit_market
add column exit_indices

draw ma(13)


symlist(spy,dia,qqq,vxxb)
]



StockFetcher Forums · Public Filter List · Really Simple Market Timing Filter<< >>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.