StockFetcher Forums · Stock Picks and Trading · SPY at apex<< 1 ... 4 5 6 7 8 >>Post Follow-up
Mactheriverrat
3,132 posts
msg #154150
Ignore Mactheriverrat
10/1/2020 12:41:22 PM

Updated post from todays post.


Mactheriverrat
3,132 posts
msg #154169
Ignore Mactheriverrat
10/4/2020 6:34:23 PM

More slow crawl upward.


Mactheriverrat
3,132 posts
msg #154190
Ignore Mactheriverrat
10/5/2020 2:15:40 PM

NICE!!!!!


Mactheriverrat
3,132 posts
msg #154218
Ignore Mactheriverrat
10/7/2020 11:41:26 PM

Wish I could post with the price invisible.



xarlor
561 posts
msg #154299
Ignore xarlor
10/12/2020 5:51:57 PM

FAANGT RSI says the bull is officially back on as of today.
ChopZone shows confirmation too.

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)

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 > -1
]



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.