StockFetcher Forums · Filter Exchange · Need help - MACD Turning bullish on Day and Weekly charts<< >>Post Follow-up
vroomtrades
7 posts
msg #153793
Ignore vroomtrades
modified
8/29/2020 11:07:39 AM

Hi All,

I had quite a success when BABA was around 180$ and I noticed Daily MACD and Weekly MACD are crossing above zero. Would like your help building a filter. Also would like to add ATR to the filter

Cheese
1,374 posts
msg #153799
Ignore Cheese
modified
8/29/2020 3:02:13 PM

@vroomtrades

Welcome to sF.

Are you looking for something like this?
Fetcher[
SYMLIST(BABA)
Chart-time 12 months

DRAW MACD(12,26,9)
set{x,count(MACD Fast Line(12,26,9) crossed above the MACD Slow Line(12,26,9),1)}
set{a,count(MACD Fast Line(12,26,9) above the MACD Slow Line(12,26,9),1)}
draw x
draw a
ADD COLUMN x
ADD COLUMN a

ADD COLUMN SEPARATOR

DRAW WEEKLY MACD(12,26,9)
set{wx,count( WEEKLY MACD Fast Line(12,26,9) crossed above the WEEKLY MACD Slow Line(12,26,9),1)}
set{wa,count( WEEKLY MACD Fast Line(12,26,9) above the WEEKLY MACD Slow Line(12,26,9),1)}
draw wx
draw wa

ADD COLUMN wx
ADD COLUMN wa



/* https://www.stockfetcher.com/forums/Filter-Exchange/ATR-BANDS/47847 */
/* ATR BANDS idea from TheRumpledOne modified 11/6/2006 */

/* ATR BAND FILTER */
set{ line_mid , linear regression(20) }
set{ tmp , 1.764 * cma(atr(12),55) }
set{ line_upper, lower linear regression(20) + tmp }
set{ line_lower, upper linear regression(20) - tmp }

draw line_mid on plot close
draw line_upper on plot close
draw line_lower on plot close

do not draw linear regression(20)
do not draw lowerlinear regression(20)
do not draw upper linear regression(20)
]



vroomtrades
7 posts
msg #153803
Ignore vroomtrades
8/29/2020 7:26:44 PM

Yes Thanks a ton

StockFetcher Forums · Filter Exchange · Need help - MACD Turning bullish on Day and Weekly charts<< >>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.