StockFetcher Forums · Filter Exchange · Be careful with bull and bear 3x etf<< >>Post Follow-up
four
5,087 posts
msg #90752
Ignore four
modified
4/3/2010 2:12:52 PM

http://www.etftrends.com/2009/08/special-report-leveraged-and-inverse-etfs.html
hp722c
------------- 1st filter is newest -------------

Fetcher[
symlist(schb,schx,schg.schv,scha,schf,schc,sche)

symlist(bgu,mwj,tna,erx,fas,drn,soxl,tyh,brl,dzk,czm,edc,ndl,lbj,twol)

symlist(bgz,mwn,tza,ery,faz,drv,soxs,typ,bris,dpk,czi,edz,ndz,lhb,twoz)

DRAW WMA(5) REACHED A NEW 5 WEEK LOW

CLOSE > 1
VOLUME > 100000

SET{W5, WMA(5) 1 DAY AGO}

SET{W5A, WMA(5) REACHED A NEW 5 WEEK LOW}

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
OPEN > W5A
LOW < W5A
LOW < W5
OFFSET 2/9/2010
]



----

Fetcher[
symlist(schb,schx,schg.schv,scha,schf,schc,sche) /*Schwab free etfs*/

symlist(bgu,mwj,tna,erx,fas,drn,soxl,tyh,brl,dzk,czm,edc,ndl,lbj,twol) /* direxion 3x bull*/

symlist(bgz,mwn,tza,ery,faz,drv,soxs,typ,bris,dpk,czi,edz,ndz,lhb,twoz) /*direxion 3x bear*/

volume > 80,000

draw new wma(5) 7 day low AND do not draw wma(5) /*StopLoss*/
add column new wma(5) 7 day low {StopLoss}

set{cross_BUY, wma(3) crossed above new wma(10) 20 day low}
draw cross_BUY

set{cross_SELL, wma(3) crossed below new wma(5) 10 day low}
draw cross_SELL
sort column 1 descending
chart-length is 4 months

set{var1, day point range / 2}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
]


---------------

http://www.direxionshares.com/etfs and free Schwab ETFs
Fetcher[

symlist(schb,schx,schg.schv,scha,schf,schc,sche) /*Schwab free etfs*/

symlist(bgu,mwj,tna,erx,fas,drn,soxl,tyh,brl,dzk,czm,edc,ndl,lbj,twol) /* direxion 3x bull*/

symlist(bgz,mwn,tza,ery,faz,drv,soxs,typ,bris,dpk,czi,edz,ndz,lhb,twoz) /*direxion 3x bear*/

volume > 80,000

draw wma(3)
do not draw wma(5)
draw new wma(5) 20 day low
draw new wma(5) 10 day low

set{cross_BUY, wma(3) crossed above new wma(10) 20 day low}
draw cross_BUY

set{cross_SELL, wma(3) crossed below new wma(5) 10 day low}
draw cross_SELL
sort column 1 descending
chart-length is 4 months

set{var1, day point range / 2}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
]



Use sell as a short entry?
Aim for 10% trailing stop-loss or sell whichever comes first. Or 8% if you prefer?

four
5,087 posts
msg #90786
Ignore four
modified
4/4/2010 4:32:40 PM


/*Try with ETFs*/

Fetcher[
set{diffb, close - close 1 day ago}
set{productb, diffb * volume},
set{buyb, sum(productb,20)}
set{buyc, sum(productb,28)}
draw buyb
draw buyc
draw buyb line at 0
draw buyc line at 0

symlist(schb,schx,schg.schv,scha,schf,schc,sche) /*Schwab free etfs*/

symlist(bgu,mwj,tna,erx,fas,drn,soxl,tyh,brl,dzk,czm,edc,ndl,lbj,twol) /*direxion 3x bull*/

symlist(bgz,mwn,tza,ery,faz,drv,soxs,typ,bris,dpk,czi,edz,ndz,lhb,twoz) /*direxion 3x bear*/

close > 1
volume > 80,000

sort column 1 descending
chart-length is 4 months

set{var1, day point range / 2}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
]


/*Buy when both cross over 0 within a few days of each other (short when both cross below 0 within a few days of each other)
reference: http://forums.stockfetcher.com/sfforums/?q=view&fid=1006&tid=34491&qrid=&isiframe=*/

/* Try with stocks */

Fetcher[
set{diffb, close - close 1 day ago}
set{productb, diffb * volume},
set{buyb, sum(productb,20)}
set{buyc, sum(productb,28)}
draw buyb
draw buyc
draw buyb line at 0
draw buyc line at 0


close > 1 and close < 20
volume > 50000000

sort column 1 descending
chart-length is 4 months

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
]



StockFetcher Forums · Filter Exchange · Be careful with bull and bear 3x etf<< >>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.