StockFetcher Forums · Filter Exchange ·  use this symlist to pick off tops and bottoms of the spy or market<< >>Post Follow-up
optionplayer333
801 posts
msg #111977
Ignore optionplayer333
3/1/2013 1:38:02 PM

symlist(spy,vix,vxx,soxl,soxs)

long etfs
SPY
SOXL
XIV

short

vxx
soxs

when the SPY is positive for the day normally th elong etfs and shorts etf will be up or down together

but on a top reversal (within 1-2 days) you will see the spy ,soxs,vxx pos and the soxl and xiv neg like today

mahkoh
1,065 posts
msg #111996
Ignore mahkoh
modified
3/1/2013 3:25:04 PM

Fetcher[
symlist(spy)

set{spy1,ind(spy,close)}
set{soxl1,ind(soxl,close)}
set{xiv1,ind(xiv,close)}
set{vxx1,ind(vxx,close)}
set{soxs1,ind(soxs,close)}

set{a,count(spy1 above spy1 1 day ago,1)}
set{b,count(soxs1 above soxs1 1 day ago,1)}
set{c,count(vxx1 above vxx1 1 day ago,1)}
set{d,count(xiv1 below xiv1 1 day ago,1)}
set{e,count(soxl1 below soxl1 1 day ago,1)}

set{a1,a + b}
set{a2,a1 + c}
set{a3,a2 + d}
set{a4,a3 + e}

draw a4
]



The situation occurs when the below indicator shows a value of 5

StockFetcher Forums · Filter Exchange ·  use this symlist to pick off tops and bottoms of the spy or 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.