StockFetcher Forums · General Discussion · I call this filter "Where is the Market"<< >>Post Follow-up
SAFeTRADE
630 posts
msg #114845
Ignore SAFeTRADE
8/12/2013 9:43:50 AM

A picture is worth a thousand words.

Fetcher[set{score, rsi(2) + rsi(2) 3 days ago}
set{score2, cma(score,3)}

set{iyyv, ind(iyy,close)}
set{rels, close / iyyv}

set{rels3, rels 3 months ago}

set{relrs, rels / rels3}
set{elrs, relrs * 100}
set{rs90, elrs -100}

set{vxxval, ind(vxx,score)}
set{xvzval, ind(xvz,score)}
set{spyval, ind(spy,score)}

set{spyavg, cma(spyval,3)}
set{vxxavg, cma(vxxval,3)}
set{xvzavg, cma(xvzval,3)}

set{long, count(spyval > 100,1)}
set{shrt, count(vxxval > 100,1)}
set{shrt2, count(xvzval > 100,1)}

/*^NVLD NYSE VOLUME DECLINES
^NVLU NYSE VOLUME ADVANCES*/

set{nvld, ind(^nvld,close)}
set{nvlu, ind(^nvlu,close)}

set{nvldavg, cma(nvld,10)}
set{nvluavg, cma(nvlu,10)}



draw nvldavg on plot nvluavg
draw nvluavg line at 1500

draw vxxavg on plot spyavg
draw spyavg line at 100
add column rs90
add column score


add column nvldavg
add column nvluavg

symlist(spy,rsp,vxx,xvz)
]



StockFetcher Forums · General Discussion · I call this filter "Where is the Market"<< >>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.