StockFetcher Forums · Stock Picks and Trading · SPY at apex<< 1 ... 4 5 6 7 8 >>Post Follow-up
sandjco
648 posts
msg #153979
Ignore sandjco
9/8/2020 9:50:46 PM

Gentlemen....may I present "Mac n Cheese" market mood indicator!

Fetcher[
apply to symlist(spy,qqq,dia)

set{uptrnd, count(weekly IFT(2,1) above 0.9,1) * count(weekly IFT(2,2) above 0.9,1)}
set{dntrnd, count(weekly IFT(2,1) below 0.9,1) * count(weekly IFT(2,2) below 0.9,1)}
set{trend, uptrnd + dntrnd}

draw uptrnd
draw dntrnd

add column uptrnd
add column dntrnd
]



pardon my crude coding skills. I do not know how to fill in the 'transitional" void btw bull and bear phases due to the "lag" of the weekly data....maybe someone else can figure it out....

xarlor
562 posts
msg #153980
Ignore xarlor
9/8/2020 10:11:54 PM

Both the FAANGT RSI and ChopZone are saying to exit the market today (or short if you're brave).

Fetcher[

/*
Exit the market when the Weighted FAANGT market cap RSI(14) crosses below 50.
Hold off on making trades when in the no_touchie zone.
Reenter the market when it crosses back above 60.
*/

symlist(SPY,QQQ)

set{soFB,ind(FB,shares outstanding)}
set{clFB,ind(FB,close)}
set{mcFB,soFB * clFB}

set{soAAPL,ind(AAPL,shares outstanding)}
set{clAAPL,ind(AAPL,close)}
set{mcAAPL,soAAPL * clAAPL}

set{soAMZN,ind(AMZN,shares outstanding)}
set{clAMZN,ind(AMZN,close)}
set{mcAMZN,soAMZN * clAMZN}

set{soNFLX,ind(NFLX,shares outstanding)}
set{clNFLX,ind(NFLX,close)}
set{mcNFLX,soNFLX * clNFLX}

set{soGOOG,ind(GOOG,shares outstanding)}
set{clGOOG,ind(GOOG,close)}
set{mcGOOG,soGOOG * clGOOG}

set{soTSLA,ind(TSLA,shares outstanding)}
set{clTSLA,ind(TSLA,close)}
set{mcTSLA,soTSLA * clTSLA}

set{market_cap, shares outstanding * close}


set{wmc1,mcfb + mcaapl}
set{wmc2,wmc1 + mcamzn}
set{wmc3,wmc2 + mcNFLX}
set{wmc4,wmc3 + mcGOOG}
set{wmc5,wmc4 + mcTSLA}
set{wmc,wmc5 / 6}

set{wmcRSI,CRSI(wmc, 14)}
draw wmcRSI line at 50
draw wmcRSI line at 60

add column mcFB {FB Market Cap}
add column mcAAPL {AAPL Market Cap}
add column mcAMZN {AMZN Market Cap}
add column mcNFLX {NFLX Market Cap}
add column mcGOOG {GOOG Market Cap}
add column mcTSLA {TSLA Market Cap}

set{buy,count(wmcRSI above 60,1)}
set{no_touchie,count(wmcRSI between 50 and 59,1)}
set{sell,count(wmcRSI below 50,1)}

draw buy
draw no_touchie
draw sell

add column wmc {Weighted FAANGT Market Cap}
chart-time 1 year
]



Fetcher[
symlist(SPY)

set{hlc3a,high + low}
set{hlc3b,hlc3a + close}
set{hlc3,hlc3b / 3}

set{number1,1}
set{pi,atan(number1) * 4}

set{h30,high 30-day high}
set{l30,low 30-day low}
set{range1,h30 - l30}
set{range2,range1 * l30}
set{range,25 / range2}

set{x1_ema34,0}
set{x2_ema34,1}
set{y1_ema34,0}
set{y2a,ema(34) 1 day ago - ema(34)}
set{y2b,hlc3 * range}
set{y2_ema34,y2a / y2b}

set{c1a,x2_ema34 - x1_ema34}
set{c1b,x2_ema34 - x1_ema34}
set{c1c,y2_ema34 - y1_ema34}
set{c1d,y2_ema34 - y1_ema34}
set{c1e,c1a * c1b}
set{c1f,c1c * c1d}
set{c1g,c1e + c1f}
set{c_ema34,sqrt(c1g)}

set{emaAngle1,x2_ema34 - x1_ema34}
set{emaAngle2,emaAngle1 / c_ema34}
set{emaAngle3,emaAngle2 / pi}
set{emaAngle4,acos(emaAngle3)}
set{emaAngle5,180 * emaAngle4}
set{emaAngle_1,round(emaAngle5)}

set{emaAngle6,count(y2_ema34 > 0,1)}
set{emaAngle7,count(y2_ema34 < 0,1)}
set{emaAngle8,emaAngle7 - emaAngle6}
set{emaAngle,emaAngle8 * emaAngle_1}

set{LONG,count(emaAngle > 5,1)}
set{SHORT,count(emaAngle < -5,1)}

LONG > -1
SHORT > 0
]



Mactheriverrat
3,135 posts
msg #153989
Ignore Mactheriverrat
9/9/2020 5:08:09 PM

My bet is a pullback like we had in June.


Mactheriverrat
3,135 posts
msg #153999
Ignore Mactheriverrat
9/10/2020 5:44:51 PM

I changed the Investors Guppy group back to EMA(30) to EMA(50).
Seems the Investors are holding up the long term trend .



Mactheriverrat
3,135 posts
msg #154002
Ignore Mactheriverrat
9/11/2020 7:32:37 AM



Mactheriverrat
3,135 posts
msg #154069
Ignore Mactheriverrat
9/19/2020 11:19:25 PM

Investors group holding its own. Could touch off support line next week. Then slow crawl upward.



shillllihs
5,978 posts
msg #154070
Ignore shillllihs
9/20/2020 1:04:22 AM

I hope so because I jumped the gun and I’m holding long though it still says short. Human emotions came into play.
Sorry if I don’t understand but it seems in every situation the investor group triggers after the fact is there something else you see that I don’t or are you just hoping?
I know Uvxy has turned down and Tqqq is kind of holding up around acceleration and keltner band.

Mactheriverrat
3,135 posts
msg #154071
Ignore Mactheriverrat
9/20/2020 3:06:59 AM

Mild red days on volume . Investors has squeezed but not rolling over .

Mactheriverrat
3,135 posts
msg #154131
Ignore Mactheriverrat
9/28/2020 4:47:53 PM

Rough chart of SPY - Broke downtrend line-
:-)



Mactheriverrat
3,135 posts
msg #154145
Ignore Mactheriverrat
10/1/2020 1:52:47 AM

Slow crawl heading back up.
October could be a lot of up and down action.



StockFetcher Forums · Stock Picks and Trading · SPY at apex<< 1 ... 4 5 6 7 8 >>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.