StockFetcher Forums · Filter Exchange · The Weekly Charts filter.<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #158166
Ignore Mactheriverrat
12/7/2021 10:52:50 AM

A examination of using Weekly chart. I haven't really want to post yet of a weekly filter that use's a short them average as the best one I could find to use on weekly charts. I've been looking on SF, Twitter, Forexfactory, and google for different charts of what user's are using on their weekly charts. For time being lets just start by using a 5 day weekly hi/low moving average as a place to start. The short term weekly moving average will always be subject to change as the 5 day weekly hi/low is kind of rough. I've also added a weekly count for tracking when the weekly ema(5) is above weekly ema(5) one week ago. We will use CRC and SB as example's to start. Anyone can add anything they want to add. Let just kind of keep it on weekly charts.

Submit
Fetcher[
/*
https://www.stockfetcher.com/forums/General-Discussion/Let-s-Play-The-Falling-Knife-Game/156318/160
Mactheriverrat modified 12/6/2021 5:55:50 PM
*/
SYMLIST(CRC,SB)
set{upper,ema(5) * 1.05}
set{lower,ema(5) * 0.95}
draw weekly ema(5)
draw upper on plot close
draw lower on plot close
chart-display is weekly
/* W5 is number of consecutive days weekly ema(5) above (+)/below(-) previous weekly ema(5) one day ago */
set{w5w5b,days( weekly ema(5) is above weekly ema(5) one week ago ,250)}
set{w5w5a,days( weekly ema(5) is below weekly ema(5) one week ago,250)}
set{w5w5, w5w5a - w5w5b} and add column w5w5 {w5w5}

Set{cntw5w5,count( weekly ema(5) > Weekly Ema(5) one week ago,1)}
draw cntw5w5
]







Cheese
1,374 posts
msg #158167
Ignore Cheese
modified
12/7/2021 1:40:44 PM

/*
https://www.stockfetcher.com/forums/Filter-Exchange/The-Weekly-Charts-filter/158166
Mactheriverrat 12/7/2021 10:52:50 AM
*/

John (Mac)
THANK YOU for starting this Weekly Charts thread.
You've probably known this already: there are some good posts from Ed S nibor100 and snappyfrog
about the use of weekly charts. I'm sure there are good ideas from many others, too.
They often seem to add value to Mactheriverrat's core ideas in this thread.


Fetcher[
chart-time 12 months
/* ********************************************* Mactheriverrat *********************************************** */
/*
https://www.stockfetcher.com/forums/General-Discussion/Let-s-Play-The-Falling-Knife-Game/156318/160
Mactheriverrat modified 12/6/2021 5:55:50 PM
*/
SYMLIST(CRC,SB)
set{upper,ema(5) * 1.05}
set{lower,ema(5) * 0.95}
draw weekly ema(5)
draw upper on plot close
draw lower on plot close
chart-display is weekly
/* W5 is number of consecutive days weekly ema(5) above (+)/below(-) previous weekly ema(5) one day ago */
set{w5w5b,days( weekly ema(5) is above weekly ema(5) one week ago ,250)}
set{w5w5a,days( weekly ema(5) is below weekly ema(5) one week ago,250)}
set{w5w5, w5w5a - w5w5b} and add column w5w5 {w5w5}

Set{cntw5w5,count( weekly ema(5) > Weekly Ema(5) one week ago,1)}
draw cntw5w5

/* ********************************************* snappyfrog *********************************************** */
/*
https://www.stockfetcher.com/forums/Filter-Exchange/Murder-Hornets-Scan/157560/0
snappyfrog 9/12/2021 12:40:12 PM
*/

/*Weekly_Daily_MACD*/
set{wk1,cema(close,15)}
set{wk2,cema(close,50)}
set{Weekly_MACD,wk1 - wk2}

set{dy1,cema(close,3)}
set{dy2,cema(close,10)}
set{Daily_MACD,dy1 - dy2}

set{Weekly_and_Daily_MACD,Weekly_MACD + Daily_MACD}
/**************/

draw Weekly_and_Daily_MACD
draw Weekly_MACD on plot Weekly_and_Daily_MACD
draw Weekly_and_Daily_MACD line at 0
]



Mactheriverrat
3,135 posts
msg #158175
Ignore Mactheriverrat
12/8/2021 10:28:54 AM

@chesse
Thanks for your post.

Yes those posts by Ed S, nibor100 and snappyfrog about weekly are great. To me weekly take away the static of daily charts.

Cheese
1,374 posts
msg #158350
Ignore Cheese
1/5/2022 11:35:19 AM

snappyfrog's favorite to get good SWING trades

Fetcher[
chart-time 12 months
/* ********************************************* Mactheriverrat *********************************************** */
/*
https://www.stockfetcher.com/forums/General-Discussion/Let-s-Play-The-Falling-Knife-Game/156318/160
Mactheriverrat modified 12/6/2021 5:55:50 PM

SYMLIST(CRC,SB)
*/

set{upper,ema(5) * 1.05}
set{lower,ema(5) * 0.95}
draw weekly ema(5)
draw upper on plot close
draw lower on plot close
chart-display is weekly
/* W5 is number of consecutive days weekly ema(5) above (+)/below(-) previous weekly ema(5) one day ago */
set{w5w5b,days( weekly ema(5) is above weekly ema(5) one week ago ,250)}
set{w5w5a,days( weekly ema(5) is below weekly ema(5) one week ago,250)}
set{w5w5, w5w5a - w5w5b} and add column w5w5 {w5w5}

Set{cntw5w5,count( weekly ema(5) > Weekly Ema(5) one week ago,1)}
draw cntw5w5

/* ********************************** snappyfrog's favorite to get good SWING trades ***************************** */
/*
https://www.stockfetcher.com/forums/General-Discussion/How-to-write-a-filter-where-price-is-touching-a-MA-please/158343
snappyfrog modified 1/5/2022 6:58:20 AM

My favorite moving average is the 5 - weekly MA(5). This makes for some
really good swing trades. My entry is open the following week if open is
still above the MA(5).
*/

Show stocks where price crossed above weekly MA(5)
Chart-display is weekly
]



snappyfrog
653 posts
msg #158351
Ignore snappyfrog
1/5/2022 4:11:29 PM

Another weekly chart favorite of mine is the RSI(5) crossing above
the 53 line along with PVI (retail traders) climbing. What I especially
like is that the PVI on a weekly chart makes it so much easier to see
patterns such as head and shoulders when it might not be obvious
on the price plot.



I use this on optionable swing trades so I can play it crossing
above the 53 line and also downtrends crossing below the
47 line.

Fetcher[
market is not otcbb
market is not etf
close > 3
draw pvi
optionable
volume(5) > 10000000
draw weekly RSI(5) crossed above 53
draw weekly RSI(5) line 47
chart-display is weekly
chart-length is 6 months
]



Cheese
1,374 posts
msg #158352
Ignore Cheese
1/6/2022 10:35:26 AM

https://www.stockfetcher.com/forums/Filter-Exchange/The-Weekly-Charts-filter/158166
===================

THANK YOU, snappyfrog for your sharing your favorite SWING tips:
- weekly MA(5)
- weekly rsi(5) above 53 uptrend, below 47 for downtrend
- weekly PVI for patterns e.g. H & S


StockFetcher Forums · Filter Exchange · The Weekly Charts filter.<< >>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.