StockFetcher Forums · General Discussion · Hi CHeese,<< 1 2 >>Post Follow-up
davesaint86
725 posts
msg #153041
Ignore davesaint86
modified
7/9/2020 12:02:40 PM

I just recently started trading WIZ in my taxable accounts. Pros - Can buy and hold/dollar cost average. Back test results since 2008 = 22% CAGR. Cons - low volume since it is a fairly new ETF, so trades may not trigger when you need them to. Also, could be affected by a black swan event like Covid. Merlyn AI is working on addressing this. I'm currently in WIZ at $28.47 in my taxable accounts. I sold 66% of my shares this morning at $29.55. Merlyn AI also just released a new ETF called SNUG. The volume is too low right now to trade unless you buy to buy and hold.
https://maiindexes.com/bull-rider-bear-fighter

Cheese
1,374 posts
msg #153042
Ignore Cheese
7/9/2020 12:42:04 PM

Thank you, davesaint86

karennma
8,057 posts
msg #153052
Ignore karennma
7/9/2020 9:09:15 PM

https://www.cnbc.com/2020/07/08/32-percent-of-us-households-missed-their-july-housing-payments.html?__source=iosappshare%7Ccom.apple.UIKit.activity.PostToTwitter



Cheese
1,374 posts
msg #153054
Ignore Cheese
7/9/2020 11:32:01 PM

Thanks, karennma

davesaint86
725 posts
msg #153115
Ignore davesaint86
7/15/2020 9:40:51 AM

Sold rest of my WIZ in my two taxable accounts at $29.91 Friday . Bought 33% back in yesterday at $28.72 and $28.59. Hope to sell at the upper Bollinger band which is around $29.95 as of right now. Options expiration on Friday.

Cheese
1,374 posts
msg #153120
Ignore Cheese
7/15/2020 11:38:17 AM

Thanks for OpEx reminder, davesaint86

davesaint86
725 posts
msg #153230
Ignore davesaint86
7/21/2020 10:40:20 AM

Sold all of my WIZ yesterday afternoon at $29.96. Wanted to lock in the 4% + one week gain.

davesaint86
725 posts
msg #153232
Ignore davesaint86
7/21/2020 10:54:18 AM

Using this filter, which has some elements of Joanne Klein's (Slo Sto 5.1) help me determine where to buy on the dip.

Fetcher[apply to symlist(wiz,snug,qld,tmf)

DRAW FIBONACCI UP(65)
DRAW FIBONACCI DOWN(65)

set{E15, ema(3) - ma(6)}
set{15Longposition, count(E15 > 0,1)}
set{15Shortposition, count(E15 < 0,1)}
draw 15Longposition on plot
draw 15shortposition on plot

set{E9, close above T3(5,0.7)}
set{DLongposition, count(E9 > 0,1)}
set{DShortposition, count(E9 < 0,1)}
SET{DTRIGGER,0}




Set{ADR15, ATR(20) * 1.5}
Set{ADR25, ATR(20) * 2.5}
Set{ADR35, ATR(20) * 3.5}
Set{ADR45, ATR(20) * 4.5}
Set{ADR55, ATR(20) * 5.5}

Set{ATR1, high 10 day high - ADR15}
Set{ATR2, high 10 day high - ADR25}
Set{ATR3, high 10 day high - ADR35}
Set{ATR4, high 10 day high - ADR45}
Set{ATR5, high 10 day high - ADR55}
Set{Buy1, high 10 day high - ADR15}
Set{Buy2, high 10 day high - ADR25}
Set{Buy3, high 10 day high - ADR35}
Set{Buy4, high 10 day high - ADR45}
Set{Buy5, high 10 day high - ADR55}


Set{ATR6, low 10 day low + ADR15}
Set{ATR7, low 10 day low + ADR25}
Set{ATR8, low 10 day low + ADR35}
Set{ATR9, low 10 day low + ADR45}
Set{ATR10, low 10 day low + ADR55}
Set{Sell1, low 10 day low + ADR15}
Set{Sell2, low 10 day low + ADR25}
Set{Sell3, low 10 day low + ADR35}
Set{Sell4, low 10 day low + ADR45}
Set{Sell5, low 10 day low + ADR55}


draw macd(2,3,1)
and draw Slow Stochastic(5,1) Fast %K line at 20.00 and draw Slow Stochastic(5,1) Fast %K line at 80.00
and draw Slow Stochastic(5,1) Fast %K line at 50.00
set{RSI9, RSI(9) - 50}
set{CRSI_Bar, RSI9}
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}
set{RSI4, RSI(4) - 50}
set{RSI4_line, RSI4}
draw RSI4 on plot CRSI_Bar
set{RSI2, RSI(2) - 50}
set{RSI2_line, RSI2}
draw RSI2 on plot CRSI_Bar
and add column separator
add column T3(5,0.7)
and add column separator
add column 15Longposition {3/6}
and add column separator
add column DLongposition {T3}
and add column separator
add column low 10 day low {10d-L}
and add column separator
and add column MA(5)
and add column separator
and add column Sell5
and add column separator
and add column Sell4
and add column separator
and add column Sell3
and add column separator
and add column Sell2
and add column separator
and add column Sell1
and add column separator
add column high 10 day high {10d-H}
add column separator
and add column Buy1
and add column separator
and add column Buy2
and add column separator
and add column Buy3
and add column separator
and add column Buy4
and add column separator
and add column Buy5
and add column separator




add column MA(150)
add column separator

and add column atr(20) {ATR}
and add column separator
and add column average day range(20) {ADR}
and add column separator
add column RSI(2) {RSI2-T}
add column separator
add column RSI(2) 1 day ago {RSI2-1}
add column separator
add column RSI(2) 2 days ago {RSI2-2}
add column separator
add column RSI(2) 3 days ago {RSI2-3}
add column separator
add column RSI(2) 4 days ago {RSI2-4}
add column separator
add column RSI(2) 5 days ago {RSI2-5}
add column separator
add column RSI(2) 6 days ago {RSI2-6}
add column separator
add column RSI(2) 7 days ago {RSI2-7}
add column separator
and draw average volume(90)
draw ema(3)
draw ma(6)
draw T3(5,0.7)
do not draw MA(150)
do not draw MA(50)
do not draw MA(200)
and do not draw MA(10)
and do not draw MA(20)
draw rsi(2) line at 25 and draw rsi(2) line at 70

draw weekly ma(21)
SORT COLUMN 10 DESCENDING
chart-time is 120 days
]



davesaint86
725 posts
msg #153233
Ignore davesaint86
7/21/2020 10:56:34 AM

So if you set the offset 6 days ago when WIZ had the pullback, you can see it was a decent time to buy some shares.

Cheese
1,374 posts
msg #153236
Ignore Cheese
7/21/2020 11:35:11 AM

@davesaint86

GREAT.
Thank you !

StockFetcher Forums · General Discussion · Hi CHeese,<< 1 2 >>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.